Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibaomenc.c94 int enable_global_motion; member
861 if (ctx->enable_global_motion >= 0) in aom_init()
862 codecctl_int(avctx, AV1E_SET_ENABLE_GLOBAL_MOTION, ctx->enable_global_motion); in aom_init()
1279 …{ "enable-global-motion", "Enable global motion", OFFSET(enable_global_motion), AV_OP…