Home
last modified time | relevance | path

Searched refs:ttfrm (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1.c785 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)]; in ff_vc1_parse_frame_header()
787 v->ttfrm = 0; //FIXME Is that so ? in ff_vc1_parse_frame_header()
790 v->ttfrm = TT_8X8; in ff_vc1_parse_frame_header()
824 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)]; in ff_vc1_parse_frame_header()
826 v->ttfrm = 0; in ff_vc1_parse_frame_header()
829 v->ttfrm = TT_8X8; in ff_vc1_parse_frame_header()
1201 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)]; in ff_vc1_parse_frame_header_adv()
1203 v->ttfrm = 0; //FIXME Is that so ? in ff_vc1_parse_frame_header_adv()
1206 v->ttfrm = TT_8X8; in ff_vc1_parse_frame_header_adv()
1318 v->ttfrm = ff_vc1_ttfrm_to_tt[get_bits(gb, 2)]; in ff_vc1_parse_frame_header_adv()
[all …]
Dvc1.h255 int ttfrm; ///< Transform type info present at frame level member
Dvc1_block.c1295 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_p_mb()
1527 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_p_mb_intfr()
1737 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_p_mb_intfi()
1861 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_b_mb()
2019 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_b_mb_intfi()
2186 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_b_mb_intfr()
Dvaapi_vc1.c228 switch (v->ttfrm) { in vc1_get_TTFRM()