[][src]Constant libaom_sys::AV1E_SET_ENABLE_TX64

pub const AV1E_SET_ENABLE_TX64: aome_enc_control_id = 80;

Codec control function to turn on / off 64-length transforms, int parameter

This will enable or disable usage of length 64 transforms in any direction.

  • 0 = disable
  • 1 = enable (default)