Searched refs:FF_ME_ZERO (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est.h | 40 #define FF_ME_ZERO 0 macro
|
D | mpegvideo.h | 661 … 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" }…
|
D | svq1enc.c | 668 …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" …
|
D | motion_est.c | 922 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()
|
D | snowenc.c | 1938 …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" },
|