Searched refs:cache_bits_max (Results 1 – 1 of 1) sorted by relevance
698 const int cache_bits_max = (quality <= 25) ? 0 : *best_cache_bits; in CalculateBestCacheSize() local706 assert(cache_bits_max >= 0 && cache_bits_max <= MAX_COLOR_CACHE_BITS); in CalculateBestCacheSize()708 if (cache_bits_max == 0) { in CalculateBestCacheSize()715 for (i = 0; i <= cache_bits_max; ++i) { in CalculateBestCacheSize()736 int key = VP8LHashPix(pix, 32 - cache_bits_max); in CalculateBestCacheSize()743 for (i = cache_bits_max; i >= 1; --i, key >>= 1) { in CalculateBestCacheSize()765 int key = VP8LHashPix(*argb, 32 - cache_bits_max); in CalculateBestCacheSize()766 for (i = cache_bits_max; i >= 1; --i, key >>= 1) { in CalculateBestCacheSize()777 for (i = 0; i <= cache_bits_max; ++i) { in CalculateBestCacheSize()786 for (i = 0; i <= cache_bits_max; ++i) { in CalculateBestCacheSize()