pub const AV1E_ENABLE_SB_QP_SWEEP: aome_enc_control_id = 158;
Expand description

Codec control function to enable the superblock level qp sweep in AV1 to ensure that end-to-end test runs well, unsigned int parameter.

  • 0 = disable (default)
  • 1 = enable

\note This is only used in sb_qp_sweep unit test.