Struct vpx_sys::vpx_roi_map [] [src]

#[repr(C)]
pub struct vpx_roi_map { pub roi_map: *mut c_uchar, pub rows: c_uint, pub cols: c_uint, pub delta_q: [c_int; 4], pub delta_lf: [c_int; 4], pub static_threshold: [c_uint; 4], }

Fields

Trait Implementations

impl Debug for vpx_roi_map
[src]

Formats the value using the given formatter.

impl Copy for vpx_roi_map
[src]

impl Clone for vpx_roi_map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more