Searched refs:color_cache_bits (Results 1 – 1 of 1) sorted by relevance
295 int color_cache_bits, int allow_recursion) { in ReadHuffmanCodes() argument333 if (j == 0 && color_cache_bits > 0) { in ReadHuffmanCodes()334 alphabet_size += 1 << color_cache_bits; in ReadHuffmanCodes()357 if (j == 0 && color_cache_bits > 0) { in ReadHuffmanCodes()358 alphabet_size += 1 << color_cache_bits; in ReadHuffmanCodes()1107 int color_cache_bits = 0; in DecodeImageStream() local1118 color_cache_bits = VP8LReadBits(br, 4); in DecodeImageStream()1119 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS); in DecodeImageStream()1128 color_cache_bits, is_level0); in DecodeImageStream()1135 if (color_cache_bits > 0) { in DecodeImageStream()[all …]