Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.c946 int cache_bits_high = MAX_COLOR_CACHE_BITS; in VP8LCalculateEstimateForCacheSize() local
953 while (cache_bits_high - cache_bits_low > 1) { in VP8LCalculateEstimateForCacheSize()
961 ComputeCacheEntropy(argb, xsize, ysize, refs, cache_bits_high); in VP8LCalculateEstimateForCacheSize()
965 *best_cache_bits = cache_bits_high; in VP8LCalculateEstimateForCacheSize()
966 cache_bits_low = (cache_bits_low + cache_bits_high) / 2; in VP8LCalculateEstimateForCacheSize()
970 cache_bits_high = (cache_bits_low + cache_bits_high) / 2; in VP8LCalculateEstimateForCacheSize()