[][src]Constant libaom_sys::AV1E_SET_QM_V

pub const AV1E_SET_QM_V: aome_enc_control_id = 68;

Codec control function to set the min quant matrix flatness, unsigned int parameter

AOM can operate with different ranges of quantisation matrices. As quantisation levels increase, the matrices get flatter. This control sets the flatness for chrome (V).

By default, the encoder sets this minimum at half the available range.