Searched refs:max_buckets (Results 1 – 2 of 2) sorted by relevance
31 void show_q_histogram(const int counts[64], int max_buckets);34 int max_buckets);
121 int max_buckets, int *num_buckets) { in merge_hist_buckets() argument138 while (buckets > max_buckets) { in merge_hist_buckets()247 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram() argument264 scale = merge_hist_buckets(bucket, max_buckets, &buckets); in show_q_histogram()269 const vpx_codec_enc_cfg_t *cfg, int max_buckets) { in show_rate_histogram() argument280 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets); in show_rate_histogram()