Searched refs:enable_global_motion (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 98 int enable_global_motion; member 952 if (ctx->enable_global_motion >= 0) in aom_init() 953 codecctl_int(avctx, AV1E_SET_ENABLE_GLOBAL_MOTION, ctx->enable_global_motion); in aom_init() 1369 { "enable-global-motion", "Enable global motion", OFFSET(enable_global_motion), AV_OPT_TYPE_BOOL, {.i64 = -1}, -1, 1, VE},
|
Completed in 2 milliseconds