pub type aom_scaling_mode_t = aom_scaling_mode;
Expand description

aom image scaling mode

This defines the data structure for image scaling mode

Aliased Type§

struct aom_scaling_mode_t {
    pub h_scaling_mode: u32,
    pub v_scaling_mode: u32,
}

Fields§

§h_scaling_mode: u32

horizontal scaling mode

§v_scaling_mode: u32

vertical scaling mode