Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.h27 #define MAX_COLOR_CACHE_BITS 9 macro
31 (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()
Dbackward_references.c878 for (cache_bits = 0; cache_bits <= MAX_COLOR_CACHE_BITS; ++cache_bits) { in VP8LCalculateEstimateForCacheSize()
/external/webp/src/enc/
Dbackward_references.h26 #define MAX_COLOR_CACHE_BITS 10 macro
57 assert(idx < (1 << MAX_COLOR_CACHE_BITS)); in PixOrCopyCreateCacheIdx()
101 assert(p->argb_or_distance < (1U << MAX_COLOR_CACHE_BITS)); in PixOrCopyCacheIdx()
Dbackward_references.c912 assert(cache_bits_high <= MAX_COLOR_CACHE_BITS); in CalculateBestCacheSize()
Dvp8l.c859 *cache_bits = MAX_COLOR_CACHE_BITS; in EncodeImageInternal()