Searched refs:ff_vc1_ttmb_vlc (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1data.h | 66 extern VLC ff_vc1_ttmb_vlc[3];
|
D | vc1data.c | 115 VLC ff_vc1_ttmb_vlc[3]; variable
|
D | vc1_block.c | 1345 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, in vc1_decode_p_mb() 1453 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_p_mb() 1680 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_p_mb_intfr() 1818 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_p_mb_intfi() 1927 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_b_mb() 1964 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_b_mb() 2148 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); in vc1_decode_b_mb_intfi() 2446 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 | 1602 ff_vc1_ttmb_vlc[i].table = &vlc_table[vlc_offs[i * 3 + 0]]; in vc1_init_static() 1603 ff_vc1_ttmb_vlc[i].table_allocated = vlc_offs[i * 3 + 1] - vlc_offs[i * 3 + 0]; in vc1_init_static() 1604 init_vlc(&ff_vc1_ttmb_vlc[i], VC1_TTMB_VLC_BITS, 16, in vc1_init_static()
|