Home
last modified time | relevance | path

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

/external/libvpx/
Drate_hist.c126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()
256 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram()
278 int max_buckets) { in show_rate_histogram()
/external/libaom/stats/
Drate_hist.c127 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets()
257 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram()
279 int max_buckets) { in show_rate_histogram()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc531 const uint32_t max_buckets = in CreateHistogram() local
/external/cronet/base/metrics/
Dpersistent_histogram_allocator.cc535 const uint32_t max_buckets = in CreateHistogram() local
Dhistogram.cc476 const size_t max_buckets = static_cast<size_t>(*maximum - *minimum + 2); in InspectConstructionArguments() local