Searched refs:MAX_COLOR_CACHE_BITS (Results 1 – 3 of 3) sorted by relevance
27 #define MAX_COLOR_CACHE_BITS 9 macro31 (NUM_LITERAL_CODES + NUM_LENGTH_CODES + (1 << MAX_COLOR_CACHE_BITS))62 assert(idx < (1 << MAX_COLOR_CACHE_BITS)); in PixOrCopyCreateCacheIdx()106 assert(p->argb_or_distance < (1U << MAX_COLOR_CACHE_BITS)); in PixOrCopyCacheIdx()
946 int cache_bits_high = MAX_COLOR_CACHE_BITS; in VP8LCalculateEstimateForCacheSize()
983 const int hist_size = VP8LGetHistogramSize(MAX_COLOR_CACHE_BITS); in GetHistoBits()