Searched refs:RATE_BINS (Results 1 – 1 of 1) sorted by relevance
19 #define RATE_BINS 100 macro33 struct hist_bucket bucket[RATE_BINS];56 for (i = 0; i < RATE_BINS; i++) { in init_rate_histogram()107 idx = (int)(avg_bitrate * (RATE_BINS / 2) / (cfg->rc_target_bitrate * 1000)); in update_rate_histogram()110 if (idx > RATE_BINS - 1) in update_rate_histogram()111 idx = RATE_BINS - 1; in update_rate_histogram()273 for (i = 0; i < RATE_BINS; i++) { in show_rate_histogram()