Struct libaom_sys::aom_sb_features
source · #[repr(C)]pub struct aom_sb_features {
pub motion_features: aom_sb_simple_motion_features_t,
pub tpl_features: aom_sb_tpl_features_t,
}Expand description
Features of each super block.
Features collected for each super block before partition search.
Fields§
§motion_features: aom_sb_simple_motion_features_tFeatures from motion search
tpl_features: aom_sb_tpl_features_tFeatures from tpl process
Trait Implementations§
source§impl Clone for aom_sb_features
impl Clone for aom_sb_features
source§fn clone(&self) -> aom_sb_features
fn clone(&self) -> aom_sb_features
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