Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/utils/
Dhuffman_encode.c181 int count_min; in GenerateOptimalTree() local
210 for (count_min = 1; ; count_min *= 2) { in GenerateOptimalTree()
219 (histogram[j] < count_min) ? count_min : histogram[j]; in GenerateOptimalTree()
/external/webp/src/utils/
Dhuffman_encode.c169 uint32_t count_min; in GenerateOptimalTree() local
191 for (count_min = 1; ; count_min *= 2) { in GenerateOptimalTree()
200 (histogram[j] < count_min) ? count_min : histogram[j]; in GenerateOptimalTree()