Lines Matching defs:kbps
65 int kbps[BRHIST_WIDTH];
90 lame_bitrate_kbps(gf, brhist.kbps);
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);
96 error_printf("lame internal error: VBR min %d kbps or VBR max %d kbps not allowed.\n",
137 char brppt[14]; /* [%] and max. 10 characters for kbps */
155 brhist.kbps[i], brppt,
160 brhist.kbps[i], brppt,
254 console_printf("\n kbps ");
328 sum += br_hist[i] * brhist.kbps[i];