Searched refs:tt_index (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1.h | 283 int tt_index; ///< Index for Transform Type tables (to decode TTMB) member
|
D | vc1_block.c | 1131 …ttblk = ff_vc1_ttblk_to_tt[v->tt_index][get_vlc2(gb, ff_vc1_ttblk_vlc[v->tt_index].table, VC1_TTBL… in vc1_decode_p_block() 1134 …subblkpat = ~(get_vlc2(gb, ff_vc1_subblkpat_vlc[v->tt_index].table, VC1_SUBBLKPAT_VLC_BITS, 1) + 1… in vc1_decode_p_block() 1344 ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, 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 | 727 v->tt_index = (v->pq > 4) + (v->pq > 12); in ff_vc1_parse_frame_header() 794 v->tt_index = (v->pq > 4) + (v->pq > 12); in ff_vc1_parse_frame_header() 1094 v->tt_index = (v->pq > 4) + (v->pq > 12); in ff_vc1_parse_frame_header_adv() 1226 v->tt_index = (v->pq > 4) + (v->pq > 12); in ff_vc1_parse_frame_header_adv()
|