Home
last modified time | relevance | path

Searched refs:mbaff (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/tests/fate/
H A Ddnxhd.mak8 FATE_DNXHD_SCALE := fate-dnxhd-mbaff \
17 fate-dnxhd-mbaff: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhd100_cid1260.mov -pix_fmt yuv422p10le -vf scale
/third_party/ffmpeg/libavcodec/
H A Ddnxhddec.c74 int mbaff; member
205 ctx->mbaff = (buf[0x6] >> 5) & 1; in dnxhd_decode_header()
230 if (ctx->mbaff && ctx->cid_table->cid != 1260) in dnxhd_decode_header()
306 ctx->bit_depth, ctx->mbaff, ctx->act); in dnxhd_decode_header()
498 if (ctx->mbaff) { in dnxhd_decode_macroblock()
H A Dh264_direct.c109 if (ref1->mbaff) in fill_colmap()
141 cur->mbaff = FRAME_MBAFF(h); in ff_h264_direct_ref_list_init()
143 av_assert0(cur->mbaff == FRAME_MBAFF(h)); in ff_h264_direct_ref_list_init()
164 !sl->ref_list[1][0].parent->mbaff) { in ff_h264_direct_ref_list_init()
592 ref_offset = (sl->ref_list[1][0].parent->mbaff << 4) & (mb_type_col[0] >> 3); in pred_temp_direct_motion()
H A Dh264_picture.c80 dst->mbaff = src->mbaff; in h264_copy_picture_params()
H A Dh264dec.h138 int mbaff; ///< 1 -> MBAFF frame 0-> not MBAFF member
220 ptrdiff_t mb_linesize; ///< may be equal to s->linesize or s->linesize * 2, for mbaff
262 H264Ref ref_list[2][48]; /**< 0..15: frame refs, 16..47: mbaff field refs.

Completed in 6 milliseconds