Constant libaom_sys::AV1E_SET_QM_Y

source ·
pub const AV1E_SET_QM_Y: aome_enc_control_id = 66;
Expand description

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 luma (Y).

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