Searched refs:color_cache_bits (Results 1 – 1 of 1) sorted by relevance
359 int color_cache_bits, int allow_recursion) { in ReadHuffmanCodes() argument375 const int table_size = kTableSize[color_cache_bits]; in ReadHuffmanCodes()437 if (j == 0 && color_cache_bits > 0) { in ReadHuffmanCodes()438 alphabet_size += 1 << color_cache_bits; in ReadHuffmanCodes()473 if (j == 0 && color_cache_bits > 0) { in ReadHuffmanCodes()474 alphabet_size += 1 << color_cache_bits; in ReadHuffmanCodes()1427 int color_cache_bits = 0; in DecodeImageStream() local1438 color_cache_bits = VP8LReadBits(br, 4); in DecodeImageStream()1439 ok = (color_cache_bits >= 1 && color_cache_bits <= MAX_CACHE_BITS); in DecodeImageStream()1448 color_cache_bits, is_level0); in DecodeImageStream()[all …]