Searched refs:MAX_CACHE_BITS (Results 1 – 4 of 4) sorted by relevance
36 #define MAX_CACHE_BITS 11 macro
202 ((1 << MAX_CACHE_BITS) + NUM_LITERAL_CODES + NUM_LENGTH_CODES)
1439 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS); in DecodeImageStream()