pub const AV1E_SET_ENABLE_DIST_WTD_COMP: aome_enc_control_id = 83;
Expand description

Codec control function to turn on / off dist-wtd compound mode at sequence level, int parameter

This will enable or disable distance-weighted compound mode. \attention If AV1E_SET_ENABLE_ORDER_HINT is 0, then this flag is forced to 0.

  • 0 = disable
  • 1 = enable (default)