Home
last modified time | relevance | path

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

/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.cc533 const uint32_t max_buckets = in CreateHistogram() local
540 histogram_data.bucket_count >= max_buckets || in CreateHistogram()