Searched refs:mbaff (Results 1 – 5 of 5) sorted by relevance
1 FATE_DNXHD = fate-dnxhd-mbaff \14 fate-dnxhd-mbaff: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhd100_…
120 dst->mbaff = src->mbaff; in ff_h264_ref_picture()
71 int mbaff; member193 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()
110 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()
157 int mbaff; ///< 1 -> MBAFF frame 0-> not MBAFF member