Searched refs:me_pre (Results 1 – 2 of 2) sorted by relevance
260 int me_pre; ///< prepass for motion estimation member678 {"mepre", "pre motion estimation", FF_MPV_OFFSET(me_pre), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, IN…
378 s->me_pre = avctx->pre_me; in ff_mpv_encode_init()3767 if ((s->me_pre && s->last_non_b_pict_type == AV_PICTURE_TYPE_I) || in encode_picture()3768 s->me_pre == 2) { in encode_picture()