aom_sb_features_t

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

#[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_features

Features from motion search

§tpl_features: aom_sb_tpl_features

Features from tpl process