Searched refs:me_pre (Results 1 – 3 of 3) sorted by relevance
114 {"mepre", "pre motion estimation", FF_MPV_OFFSET(me_pre), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, IN…
240 int me_pre; ///< prepass for motion estimation member
3546 if ((s->me_pre && s->last_non_b_pict_type == AV_PICTURE_TYPE_I) || in encode_picture()3547 s->me_pre == 2) { in encode_picture()