aom_active_map_t

Type Alias 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§

#[repr(C)]
pub 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