[][src]Constant libaom_sys::AV1E_SET_ENABLE_SMOOTH_INTRA

pub const AV1E_SET_ENABLE_SMOOTH_INTRA: aome_enc_control_id = 99;

Codec control function to turn on / off smooth intra modes usage, int parameter

This will enable or disable usage of smooth, smooth_h and smooth_v intra modes.

  • 0 = disable
  • 1 = enable (default)