pub const AV1E_SET_ENABLE_FLIP_IDTX: aome_enc_control_id = 81;
Expand description

Codec control function to turn on / off flip and identity transforms, int parameter

This will enable or disable usage of flip and identity transform types in any direction. If enabled, this includes:

  • FLIPADST_DCT
  • DCT_FLIPADST
  • FLIPADST_FLIPADST
  • ADST_FLIPADST
  • FLIPADST_ADST
  • IDTX
  • V_DCT
  • H_DCT
  • V_ADST
  • H_ADST
  • V_FLIPADST
  • H_FLIPADST

Valid values:

  • 0 = disable
  • 1 = enable (default)