Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/fate/
Ddnxhd.mak1 FATE_DNXHD = fate-dnxhd-mbaff \
14 fate-dnxhd-mbaff: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhd100_…
/third_party/ffmpeg/libavcodec/
Dh264_picture.c120 dst->mbaff = src->mbaff; in ff_h264_ref_picture()
Ddnxhddec.c71 int mbaff; member
193 ctx->mbaff = (buf[0x6] >> 5) & 1; in dnxhd_decode_header()
218 if (ctx->mbaff && ctx->cid_table->cid != 1260) in dnxhd_decode_header()
294 ctx->bit_depth, ctx->mbaff, ctx->act); in dnxhd_decode_header()
486 if (ctx->mbaff) { in dnxhd_decode_macroblock()
Dh264_direct.c110 if (ref1->mbaff) in fill_colmap()
142 cur->mbaff = FRAME_MBAFF(h); in ff_h264_direct_ref_list_init()
144 av_assert0(cur->mbaff == FRAME_MBAFF(h)); in ff_h264_direct_ref_list_init()
165 !sl->ref_list[1][0].parent->mbaff) { in ff_h264_direct_ref_list_init()
593 ref_offset = (sl->ref_list[1][0].parent->mbaff << 4) & (mb_type_col[0] >> 3); in pred_temp_direct_motion()
Dh264dec.h157 int mbaff; ///< 1 -> MBAFF frame 0-> not MBAFF member