Lines Matching defs:BRHIST_WIDTH
30 #ifndef BRHIST_WIDTH
31 # define BRHIST_WIDTH 14
65 int kbps[BRHIST_WIDTH];
91 brhist.vbr_bitrate_min_index = calculate_index(brhist.kbps, BRHIST_WIDTH, bitrate_kbps_min);
92 brhist.vbr_bitrate_max_index = calculate_index(brhist.kbps, BRHIST_WIDTH, bitrate_kbps_max);
94 if (brhist.vbr_bitrate_min_index >= BRHIST_WIDTH ||
95 brhist.vbr_bitrate_max_index >= BRHIST_WIDTH) {
306 int br_hist[BRHIST_WIDTH]; /* how often a frame size was used */
307 int br_sm_hist[BRHIST_WIDTH][4]; /* how often a special frame size/stereo mode commbination was used */
326 for (i = 0; i < BRHIST_WIDTH; i++) {
335 for (i = 0; i < BRHIST_WIDTH; i++) {