Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.c835 static double ComputeCacheEntropy(const uint32_t* argb, in ComputeCacheEntropy() function
927 entropy_low = ComputeCacheEntropy(argb, refs, cache_bits_low); in CalculateBestCacheSize()
932 entropy_high = ComputeCacheEntropy(argb, refs, cache_bits_high); in CalculateBestCacheSize()