Type Alias libaom_sys::aom_sb_features_t

source ·
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§

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_features

Features from motion search

§tpl_features: aom_sb_tpl_features

Features from tpl process