Home
last modified time | relevance | path

Searched defs:max_buckets (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/stats/
Drate_hist.c117 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()
237 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram()
259 int max_buckets) { in show_rate_histogram()
/external/libvpx/libvpx/
Drate_hist.c126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()
253 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram()
275 int max_buckets) { in show_rate_histogram()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc531 const uint32_t max_buckets = in CreateHistogram() local