Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1data.h94 extern VLC ff_vc1_ac_coeff_table[8];
Dvc1data.c143 VLC ff_vc1_ac_coeff_table[8]; variable
Dvc1.c1637 ff_vc1_ac_coeff_table[i].table = &vlc_table[vlc_offs[i * 2 + 21]]; in vc1_init_static()
1638 ff_vc1_ac_coeff_table[i].table_allocated = vlc_offs[i * 2 + 22] - vlc_offs[i * 2 + 21]; in vc1_init_static()
1639 init_vlc(&ff_vc1_ac_coeff_table[i], AC_VLC_BITS, ff_vc1_ac_sizes[i], in vc1_init_static()
Dvc1_block.c517 index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); in vc1_decode_ac_coeff()
528 index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); in vc1_decode_ac_coeff()