pub const AV1E_SET_ENABLE_OBMC: aome_enc_control_id = 61;
Expand description

Codec control function to predict with OBMC mode, unsigned int parameter

  • 0 = disable
  • 1 = enable (default)

\note Excluded from CONFIG_REALTIME_ONLY build.