pub const AV1E_SET_ENABLE_CFL_INTRA: aome_enc_control_id = 101;
Expand description

Codec control function to turn on / off CFL uv intra mode usage, int parameter

This will enable or disable usage of chroma-from-luma intra mode.

  • 0 = disable
  • 1 = enable (default)