Searched defs:count_min (Results 1 - 2 of 2) sorted by last modified time

/external/webp/src/utils/
H A Dhuffman_encode.c169 uint32_t count_min; local
191 for (count_min = 1; ; count_min *= 2) {
194 // So, we try by faking histogram entries to be at least 'count_min'.
200 (histogram[j] < count_min) ? count_min : histogram[j];
/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman_encode.c169 uint32_t count_min; local
191 for (count_min = 1; ; count_min *= 2) {
194 // So, we try by faking histogram entries to be at least 'count_min'.
200 (histogram[j] < count_min) ? count_min : histogram[j];

Completed in 118 milliseconds