pub type aom_sb_features_t = aom_sb_features;Expand description
Features of each super block.
Features collected for each super block before partition search.
Aliased Type§
#[repr(C)]pub struct aom_sb_features_t {
pub motion_features: aom_sb_simple_motion_features,
pub tpl_features: aom_sb_tpl_features,
}Fields§
§motion_features: aom_sb_simple_motion_featuresFeatures from motion search
tpl_features: aom_sb_tpl_featuresFeatures from tpl process