Home
last modified time | relevance | path

Searched refs:max_buckets (Results 1 – 5 of 5) 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() argument
133 while (buckets > max_buckets) { in merge_hist_buckets()
237 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram() argument
254 scale = merge_hist_buckets(bucket, max_buckets, &buckets); in show_q_histogram()
259 int max_buckets) { in show_rate_histogram() argument
269 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets); in show_rate_histogram()
Drate_hist.h32 void show_q_histogram(const int counts[64], int max_buckets);
35 int max_buckets);
/external/libvpx/libvpx/
Drate_hist.c126 static int merge_hist_buckets(struct hist_bucket *bucket, int max_buckets, in merge_hist_buckets() argument
147 while (buckets > max_buckets) { in merge_hist_buckets()
253 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram() argument
270 scale = merge_hist_buckets(bucket, max_buckets, &buckets); in show_q_histogram()
275 int max_buckets) { in show_rate_histogram() argument
287 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets); in show_rate_histogram()
Drate_hist.h31 void show_q_histogram(const int counts[64], int max_buckets);
34 int max_buckets);
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc531 const uint32_t max_buckets = in CreateHistogram() local
538 histogram_bucket_count >= max_buckets || in CreateHistogram()