Home
last modified time | relevance | path

Searched refs:FF_MB_DECISION_SIMPLE (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.h863 #define FF_MB_DECISION_SIMPLE 0 ///< uses mb_cmp macro
H A Dmotion_est.c971 if (c->avctx->mb_decision > FF_MB_DECISION_SIMPLE) { in ff_estimate_p_frame_motion()
1580 if(c->avctx->mb_decision > FF_MB_DECISION_SIMPLE){ in ff_estimate_b_frame_motion()
H A Doptions_table.h211 {"simple", "use mbcmp", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MB_DECISION_SIMPLE }, INT_MIN, INT_MAX, V|E, "mbd"},
H A Dmpegvideo_enc.c499 if (s->obmc && avctx->mb_decision != FF_MB_DECISION_SIMPLE) { in ff_mpv_encode_init()
1989 if (overflow && s->avctx->mb_decision == FF_MB_DECISION_SIMPLE) in clip_coeffs()

Completed in 14 milliseconds