Searched refs:huff_code_table (Results 1 – 1 of 1) sorted by relevance
98 unsigned char huff_code_table[15]; in cin_decode_huffman() local103 memcpy(huff_code_table, src, 15); in cin_decode_huffman()113 *dst_cur++ = huff_code_table[huff_code >> 4]; in cin_decode_huffman()121 *dst_cur++ = huff_code_table[huff_code]; in cin_decode_huffman()