Type Alias libaom_sys::aom_active_map_t

source ·
pub type aom_active_map_t = aom_active_map;
Expand description

aom active region map

These defines the data structures for active region map

Aliased Type§

struct aom_active_map_t {
    pub active_map: *mut u8,
    pub rows: u32,
    pub cols: u32,
}

Fields§

§active_map: *mut u8

specify an on (1) or off (0) each 16x16 region within a frame

§rows: u32

number of rows

§cols: u32

number of cols