Searched refs:MAX_COLOR_CACHE_BITS (Results 1 – 5 of 5) sorted by relevance
27 #define MAX_COLOR_CACHE_BITS 9 macro31 (NUM_LITERAL_CODES + NUM_LENGTH_CODES + (1 << MAX_COLOR_CACHE_BITS))129 assert(idx < (1 << MAX_COLOR_CACHE_BITS)); in PixOrCopyCreateCacheIdx()173 assert(p->argb_or_distance < (1U << MAX_COLOR_CACHE_BITS)); in PixOrCopyCacheIdx()
878 for (cache_bits = 0; cache_bits <= MAX_COLOR_CACHE_BITS; ++cache_bits) { in VP8LCalculateEstimateForCacheSize()
26 #define MAX_COLOR_CACHE_BITS 10 macro57 assert(idx < (1 << MAX_COLOR_CACHE_BITS)); in PixOrCopyCreateCacheIdx()101 assert(p->argb_or_distance < (1U << MAX_COLOR_CACHE_BITS)); in PixOrCopyCacheIdx()
912 assert(cache_bits_high <= MAX_COLOR_CACHE_BITS); in CalculateBestCacheSize()
859 *cache_bits = MAX_COLOR_CACHE_BITS; in EncodeImageInternal()