Home
last modified time | relevance | path

Searched refs:huff_code_table (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddsicinvideo.c98 unsigned char huff_code_table[15]; in cin_decode_huffman() local
103 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()