Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.h27 #define MAX_COLOR_CACHE_BITS 9 macro
31 (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()
Dbackward_references.c946 int cache_bits_high = MAX_COLOR_CACHE_BITS; in VP8LCalculateEstimateForCacheSize()
Dvp8l.c983 const int hist_size = VP8LGetHistogramSize(MAX_COLOR_CACHE_BITS); in GetHistoBits()