Lines Matching refs:full
135 brhist_disp_line(int i, int br_hist_TOT, int br_hist_LR, int full, int frames)
142 if (full != 0) {
144 barlen_TOT = (br_hist_TOT * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
145 barlen_LR = (br_hist_LR * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
171 progress_line(const lame_global_flags * gf, int full, int frames)
181 if (full < frames) {
182 full = frames;
185 time_in_sec = (float)(full - frames);
194 if (full != 0) {
204 barlen_TOT = (full * (Console_IO.disp_width - res) + full - 1) / full; /* round up */
205 barlen_COD = (frames * (Console_IO.disp_width - res) + full - 1) / full; /* round up */