Home
last modified time | relevance | path

Searched refs:FF_ME_ITER (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c142 if(s->motion_est == FF_ME_ITER){ in encode_init()
1227 if(s->motion_est == FF_ME_ITER && !s->keyframe && search) in encode_blocks()
1236 if(s->motion_est == FF_ME_ITER || !search) in encode_blocks()
1899 {"motion_est", "motion estimation algorithm", OFFSET(motion_est), AV_OPT_TYPE_INT, {.i64 = FF_ME_EPZS }, FF_ME_ZERO, FF_ME_ITER, VE, "motion_est" },
1903 { "iter", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = FF_ME_ITER }, 0, 0, VE, "motion_est" },
H A Dsnow.h40 #define FF_ME_ITER 3 macro

Completed in 5 milliseconds