Home
last modified time | relevance | path

Searched refs:RATE_BINS (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/stats/
Drate_hist.c20 #define RATE_BINS 100 macro
34 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()
/external/libvpx/libvpx/
Drate_hist.c19 #define RATE_BINS 100 macro
33 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()