Home
last modified time | relevance | path

Searched refs:tt_index (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1.h283 int tt_index; ///< Index for Transform Type tables (to decode TTMB) member
Dvc1_block.c1131 …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()
Dvc1.c727 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()