Searched refs:VC1_TTMB_VLC_BITS (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1data.h | 65 #define VC1_TTMB_VLC_BITS 9 //12 macro
|
D | vc1data.c | 114 #define VC1_TTMB_VLC_BITS 9 //12 macro
|
D | vc1_block.c | 1345 VC1_TTMB_VLC_BITS, 2); in vc1_decode_p_mb() 1452 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_p_mb() 1679 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_p_mb_intfr() 1817 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_p_mb_intfi() 1926 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_b_mb() 1963 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_b_mb() 2147 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_b_mb_intfi() 2445 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_b_mb_intfr()
|
D | vc1.c | 1605 init_vlc(&ff_vc1_ttmb_vlc[i], VC1_TTMB_VLC_BITS, 16, in vc1_init_static()
|