pub const AV1E_SET_ALLOW_WARPED_MOTION: aome_enc_control_id = 97;
Expand description

Codec control function to turn on / off warped motion usage at frame level, int parameter

\attention If AV1E_SET_ENABLE_WARPED_MOTION is 0, then this flag is forced to 0.

  • 0 = disable
  • 1 = enable (default)

\note Excluded from CONFIG_REALTIME_ONLY build.