Searched refs:ff_huff_vlc (Results 1 – 3 of 3) sorted by relevance
66 VLC ff_huff_vlc[16]; variable428 ff_huff_vlc[++i].table = huff_vlc_tables + offset; in mpegaudiodec_common_init_static()429 ff_huff_vlc[i].table_allocated = FF_ARRAY_ELEMS(huff_vlc_tables) - offset; in mpegaudiodec_common_init_static()430 ff_init_vlc_from_lengths(&ff_huff_vlc[i], 7, j, in mpegaudiodec_common_init_static()433 offset += ff_huff_vlc[i].table_size; in mpegaudiodec_common_init_static()
57 extern VLC ff_huff_vlc[16];
769 vlc = &ff_huff_vlc[l]; in huffman_decode()