Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Drate_hist.h31 void show_q_histogram(const int counts[64], int max_buckets);
34 int max_buckets);
Drate_hist.c121 int max_buckets, int *num_buckets) { in merge_hist_buckets() argument
138 while (buckets > max_buckets) { in merge_hist_buckets()
247 void show_q_histogram(const int counts[64], int max_buckets) { in show_q_histogram() argument
264 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() argument
280 scale = merge_hist_buckets(hist->bucket, max_buckets, &buckets); in show_rate_histogram()