Struct libaom_sys::aom_active_map
source · #[repr(C)]pub struct aom_active_map {
pub active_map: *mut c_uchar,
pub rows: c_uint,
pub cols: c_uint,
}Expand description
aom active region map
These defines the data structures for active region map
Fields§
§active_map: *mut c_ucharspecify an on (1) or off (0) each 16x16 region within a frame
rows: c_uintnumber of rows
cols: c_uintnumber of cols
Trait Implementations§
source§impl Clone for aom_active_map
impl Clone for aom_active_map
source§fn clone(&self) -> aom_active_map
fn clone(&self) -> aom_active_map
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more