Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Drate_hist.c20 #define HIST_BAR_MAX 40 macro
231 len = HIST_BAR_MAX * bucket[i].count / scale; in show_histogram()
234 assert(len <= HIST_BAR_MAX); in show_histogram()
241 for (j = 0; j < HIST_BAR_MAX; j++) in show_histogram()