Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Drate_hist.c122 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; in merge_hist_buckets() local
127 big_bucket = small_bucket = 0; in merge_hist_buckets()
131 if (bucket[i].count > bucket[big_bucket].count) in merge_hist_buckets()
132 big_bucket = i; in merge_hist_buckets()
153 assert(big_bucket < buckets); in merge_hist_buckets()
172 big_bucket = small_bucket = 0; in merge_hist_buckets()
179 if (bucket[i].count > bucket[big_bucket].count) in merge_hist_buckets()
180 big_bucket = i; in merge_hist_buckets()
185 return bucket[big_bucket].count; in merge_hist_buckets()