Searched refs:ff_vc1_ac_coeff_table (Results 1 – 4 of 4) sorted by relevance
94 extern VLC ff_vc1_ac_coeff_table[8];
143 VLC ff_vc1_ac_coeff_table[8]; variable
1637 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()
517 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()