Home
last modified time | relevance | path

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

/external/libaom/libaom/stats/
Drate_hist.c119 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; in merge_hist_buckets() local
124 big_bucket = small_bucket = 0; in merge_hist_buckets()
127 if (bucket[i].count > bucket[big_bucket].count) big_bucket = i; in merge_hist_buckets()
148 assert(big_bucket < buckets); in merge_hist_buckets()
167 big_bucket = small_bucket = 0; in merge_hist_buckets()
172 if (bucket[i].count > bucket[big_bucket].count) big_bucket = i; in merge_hist_buckets()
177 return bucket[big_bucket].count; in merge_hist_buckets()
/external/libvpx/libvpx/
Drate_hist.c128 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; in merge_hist_buckets() local
138 big_bucket = small_bucket = 0; in merge_hist_buckets()
141 if (bucket[i].count > bucket[big_bucket].count) big_bucket = i; in merge_hist_buckets()
162 assert(big_bucket < buckets); in merge_hist_buckets()
181 big_bucket = small_bucket = 0; in merge_hist_buckets()
186 if (bucket[i].count > bucket[big_bucket].count) big_bucket = i; in merge_hist_buckets()
191 return bucket[big_bucket].count; in merge_hist_buckets()