Home
last modified time | relevance | path

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

/third_party/lame/frontend/
H A Dbrhist.c311 int most_often; /* usage count of the most often used frame size, but not smaller than Console_IO.disp_width-BRHIST_RES (makes this sense?) and 1 */ in brhist_disp() local
325 frames = most_often = 0; in brhist_disp()
329 if (most_often < br_hist[i]) in brhist_disp()
330 most_often = 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 2 milliseconds