Searched refs:AC_VLC_BITS (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | intrax8.c | 41 #define AC_VLC_BITS 9 macro 45 #define AC_VLC_MTD MAX_TABLE_DEPTH(AC_VLC_BITS, MAX_AC_VLC_BITS) 73 x8_init_vlc(&j_ac_vlc[i][j][k], AC_VLC_BITS, 77, in x8_vlc_init() 178 i = get_vlc2(w->gb, w->j_ac_vlc[mode]->table, AC_VLC_BITS, AC_VLC_MTD); in x8_get_ac_rlf()
|
H A D | vc1.h | 33 #define AC_VLC_BITS 9 macro
|
H A D | vc1_block.c | 518 index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); in vc1_decode_ac_coeff() 529 index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); in vc1_decode_ac_coeff()
|
H A D | vc1.c | 1638 init_vlc(&ff_vc1_ac_coeff_table[i], AC_VLC_BITS, ff_vc1_ac_sizes[i], in vc1_init_static()
|
Completed in 10 milliseconds