Home
last modified time | relevance | path

Searched refs:FF_ME_ZERO (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.h40 #define FF_ME_ZERO 0 macro
Dmpegvideo.h661 … FF_MPV_OFFSET(motion_est), AV_OPT_TYPE_INT, {.i64 = FF_ME_EPZS }, FF_ME_ZERO, FF_ME_XONE, FF_…
662 { "zero", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FF_ME_ZERO }, 0, 0, FF_MPV_OPT_FLAGS, "motion_est" }…
Dsvq1enc.c668 …lgorithm", OFFSET(motion_est), AV_OPT_TYPE_INT, { .i64 = FF_ME_EPZS }, FF_ME_ZERO, FF_ME_XONE, VE,…
669 …{ "zero", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FF_ME_ZERO }, 0, 0, FF_MPV_OPT_FLAGS, "motion-est" …
Dmotion_est.c922 if (s->motion_est != FF_ME_ZERO) { in ff_estimate_p_frame_motion()
1133 if (s->motion_est != FF_ME_ZERO) { in estimate_motion_b()
1600 if (s->motion_est != FF_ME_ZERO) { in ff_get_best_fcode()
Dsnowenc.c1938 …algorithm", OFFSET(motion_est), AV_OPT_TYPE_INT, {.i64 = FF_ME_EPZS }, FF_ME_ZERO, FF_ME_ITER, VE,…
1939 { "zero", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FF_ME_ZERO }, 0, 0, VE, "motion_est" },