Searched refs:color_cache_bits (Results 1 – 1 of 1) sorted by relevance
359 int color_cache_bits, int allow_recursion) { in ReadHuffmanCodes() argument370 const int table_size = kTableSize[color_cache_bits]; in ReadHuffmanCodes()398 if (j == 0 && color_cache_bits > 0) { in ReadHuffmanCodes()399 alphabet_size += 1 << color_cache_bits; in ReadHuffmanCodes()428 if (j == 0 && color_cache_bits > 0) { in ReadHuffmanCodes()429 alphabet_size += 1 << color_cache_bits; in ReadHuffmanCodes()1363 int color_cache_bits = 0; in DecodeImageStream() local1374 color_cache_bits = VP8LReadBits(br, 4); in DecodeImageStream()1375 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS); in DecodeImageStream()1384 color_cache_bits, is_level0); in DecodeImageStream()[all …]