Struct libaom_sys::aom_active_map [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for aom_active_map
impl !Send for aom_active_map
impl !Sync for aom_active_map
impl Unpin for aom_active_map
impl UnwindSafe for aom_active_map
Blanket Implementations
Mutably borrows from an owned value. Read more