Searched refs:max_buckets (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/stats/ |
D | rate_hist.c | 117 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()
|
D | rate_hist.h | 32 void show_q_histogram(const int counts[64], int max_buckets); 35 int max_buckets);
|
/external/libvpx/libvpx/ |
D | rate_hist.c | 126 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()
|
D | rate_hist.h | 31 void show_q_histogram(const int counts[64], int max_buckets); 34 int max_buckets);
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator.cc | 531 const uint32_t max_buckets = in CreateHistogram() local 538 histogram_bucket_count >= max_buckets || in CreateHistogram()
|