Lines Matching refs:HuffmanCode
182 static WEBP_INLINE int ReadSymbol(const HuffmanCode* table, in ReadSymbol()
218 static int AccumulateHCode(HuffmanCode hcode, int shift, in AccumulateHCode()
231 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; in BuildPackedTable()
255 HuffmanCode table[1 << LENGTHS_TABLE_BITS]; in ReadHuffmanCodeLengths()
275 const HuffmanCode* p; in ReadHuffmanCodeLengths()
309 int* const code_lengths, HuffmanCode* const table) { in ReadHuffmanCode()
364 HuffmanCode* huffman_tables = NULL; in ReadHuffmanCodes()
365 HuffmanCode* next = NULL; in ReadHuffmanCodes()
405 huffman_tables = (HuffmanCode*)WebPSafeMalloc(num_htree_groups * table_size, in ReadHuffmanCodes()
419 HuffmanCode** const htrees = htree_group->htrees; in ReadHuffmanCodes()
781 HuffmanCode** const htrees = hdr->htree_groups_[i].htrees; in Is8bOptimizable()