Searched refs:ttfrm (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1.c | 785 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 …]
|
D | vc1.h | 255 int ttfrm; ///< Transform type info present at frame level member
|
D | vaapi_vc1.c | 226 switch (v->ttfrm) { in vc1_get_TTFRM()
|
D | vc1_block.c | 1294 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_p_mb() 1526 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_p_mb_intfr() 1736 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_p_mb_intfi() 1860 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_b_mb() 2018 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_b_mb_intfi() 2185 int ttmb = v->ttfrm; /* MB Transform type */ in vc1_decode_b_mb_intfr()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvc1parser.h | 370 guint8 ttfrm; member 412 guint8 ttfrm; member
|
D | gstvc1parser.c | 1181 READ_UINT8 (br, pic->ttfrm, 2); in parse_frame_header_advanced() 1293 READ_UINT8 (br, pic->ttfrm, 2); in parse_frame_header_advanced() 1476 READ_UINT8 (br, pic->ttfrm, 2); in parse_frame_header() 1477 GST_DEBUG ("ttfrm %u", pic->ttfrm); in parse_frame_header() 1509 READ_UINT8 (br, pic->ttfrm, 2); in parse_frame_header()
|