[][src]Constant libaom_sys::AOME_SET_CPUUSED

pub const AOME_SET_CPUUSED: aome_enc_control_id = 13;

Codec control function to set encoder internal speed settings, int parameter

Changes in this value influences the complexity of algorithms used in encoding process, values greater than 0 will increase encoder speed at the expense of quality.

Valid range: 0..8. 0 runs the slowest, and 8 runs the fastest; quality improves as speed decreases (since more compression possibilities are explored).