Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.c859 double cur_entropy; in VP8LCalculateEstimateForCacheSize() local
863 cur_entropy = VP8LHistogramEstimateBits(&histo) + in VP8LCalculateEstimateForCacheSize()
865 if (cache_bits == 0 || cur_entropy < lowest_entropy) { in VP8LCalculateEstimateForCacheSize()
867 lowest_entropy = cur_entropy; in VP8LCalculateEstimateForCacheSize()