MAX_COLOR_CACHE_BITS  878 third_party/libwebp/enc/backward_references.c   for (cache_bits = 0; cache_bits <= MAX_COLOR_CACHE_BITS; ++cache_bits) {
MAX_COLOR_CACHE_BITS   31 third_party/libwebp/enc/backward_references.h     (NUM_LITERAL_CODES + NUM_LENGTH_CODES + (1 << MAX_COLOR_CACHE_BITS))
MAX_COLOR_CACHE_BITS   62 third_party/libwebp/enc/backward_references.h   assert(idx < (1 << MAX_COLOR_CACHE_BITS));
MAX_COLOR_CACHE_BITS  106 third_party/libwebp/enc/backward_references.h   assert(p->argb_or_distance < (1U << MAX_COLOR_CACHE_BITS));