Searched refs:AV_CODEC_FLAG_4MV (Results 1 – 8 of 8) sorted by relevance
143 enc_ctx->flags |= AV_CODEC_FLAG_4MV; in config_props()
844 "annex-f", G_TYPE_BOOLEAN, context->flags & AV_CODEC_FLAG_4MV, in gst_ffmpeg_codecid_to_caps()3360 context->flags |= AV_CODEC_FLAG_4MV; in gst_ffmpeg_caps_with_codecid()3478 context->flags |= AV_CODEC_FLAG_4MV; in gst_ffmpeg_caps_with_codecid()3480 context->flags &= ~AV_CODEC_FLAG_4MV; in gst_ffmpeg_caps_with_codecid()
987 if ((s->avctx->flags & AV_CODEC_FLAG_4MV) in ff_estimate_p_frame_motion()1008 if ((s->avctx->flags & AV_CODEC_FLAG_4MV) in ff_estimate_p_frame_motion()1665 if (s->avctx->flags & AV_CODEC_FLAG_4MV) { in ff_fix_long_p_mvs()
395 if (xvid_flags & AV_CODEC_FLAG_4MV) in xvid_encode_init()
279 #define AV_CODEC_FLAG_4MV (1 << 2) macro
54 …ion vectors per macroblock (MPEG-4)", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_FLAG_4MV }, INT_MIN, …
61 s->block_max_depth= (avctx->flags & AV_CODEC_FLAG_4MV ) ? 1 : 0; in encode_init()
532 if ((avctx->flags & AV_CODEC_FLAG_4MV) && s->codec_id != AV_CODEC_ID_MPEG4 && in ff_mpv_encode_init()