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§
#[repr(C)]pub struct aom_active_map_t {
pub active_map: *mut u8,
pub rows: u32,
pub cols: u32,
}Fields§
§active_map: *mut u8specify an on (1) or off (0) each 16x16 region within a frame
rows: u32number of rows
cols: u32number of cols