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_enc.h27 #define MAX_COLOR_CACHE_BITS 10 macro
58 assert(idx < (1 << MAX_COLOR_CACHE_BITS)); in PixOrCopyCreateCacheIdx()
97 assert(p->argb_or_distance < (1U << MAX_COLOR_CACHE_BITS)); in PixOrCopyCacheIdx()
Dbackward_references_enc.c732 int cc_init[MAX_COLOR_CACHE_BITS + 1] = { 0 }; in CalculateBestCacheSize()
733 VP8LColorCache hashers[MAX_COLOR_CACHE_BITS + 1]; in CalculateBestCacheSize()
735 VP8LHistogram* histos[MAX_COLOR_CACHE_BITS + 1] = { NULL }; in CalculateBestCacheSize()
738 assert(cache_bits_max >= 0 && cache_bits_max <= MAX_COLOR_CACHE_BITS); in CalculateBestCacheSize()
899 histo = VP8LAllocateHistogram(MAX_COLOR_CACHE_BITS); in GetBackwardReferences()
Dvp8l_enc.c921 cache_bits_init = (*cache_bits == 0) ? MAX_COLOR_CACHE_BITS : *cache_bits; in EncodeImageInternal()
1612 if (use_cache && enc->palette_size_ < (1 << MAX_COLOR_CACHE_BITS)) { in EncodeStreamHook()