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