pub const AV1E_SET_SKIP_POSTPROC_FILTERING: aome_enc_control_id = 157;
Expand description

Codec control function to skip the application of post-processing filters on reconstructed frame, unsigned int parameter

  • 0 = disable (default)
  • 1 = enable

\attention For this value to be used aom_codec_enc_cfg_t::g_usage must be set to AOM_USAGE_ALL_INTRA.