Searched refs:RATE_BINS (Results 1 – 2 of 2) sorted by relevance
20 #define RATE_BINS 100 macro34 struct hist_bucket bucket[RATE_BINS];56 for (i = 0; i < RATE_BINS; i++) { in init_rate_histogram()106 idx = (int)(avg_bitrate * (RATE_BINS / 2) / (cfg->rc_target_bitrate * 1000)); in update_rate_histogram()108 if (idx > RATE_BINS - 1) idx = RATE_BINS - 1; in update_rate_histogram()263 for (i = 0; i < RATE_BINS; i++) { in show_rate_histogram()
19 #define RATE_BINS 100 macro33 struct hist_bucket bucket[RATE_BINS];61 for (i = 0; i < RATE_BINS; i++) { in init_rate_histogram()115 idx = (int)(avg_bitrate * (RATE_BINS / 2) / (cfg->rc_target_bitrate * 1000)); in update_rate_histogram()117 if (idx > RATE_BINS - 1) idx = RATE_BINS - 1; in update_rate_histogram()281 for (i = 0; i < RATE_BINS; i++) { in show_rate_histogram()