Home
last modified time | relevance | path

Searched refs:br_hist (Results 1 - 1 of 1) sorted by relevance

/third_party/lame/frontend/
H A Dbrhist.c306 int br_hist[BRHIST_WIDTH]; /* how often a frame size was used */ in brhist_disp() local
321 lame_bitrate_hist(gf, br_hist); in brhist_disp()
327 frames += br_hist[i]; in brhist_disp()
328 sum += br_hist[i] * brhist.kbps[i]; in brhist_disp()
329 if (most_often < br_hist[i]) in brhist_disp()
330 most_often = br_hist[i]; in brhist_disp()
331 if (br_hist[i]) in brhist_disp()
336 int show = br_hist[i]; in brhist_disp()
339 brhist_disp_line(i, br_hist[i], br_sm_hist[i][LR], most_often, frames); in brhist_disp()

Completed in 1 milliseconds