Type Alias libaom_sys::aom_dist_metric

source ·
pub type aom_dist_metric = c_uint;
Expand description

Distortion metric to use for RD optimization.

Changes the encoder to use a different distortion metric for RD search. Note that this value operates on a “lower level” compared to aom_tune_metric - it affects the distortion metric inside a block, while aom_tune_metric only affects RD across blocks.