Type Definition libaom_sys::aom_sb_simple_motion_features_t[][src]

pub type aom_sb_simple_motion_features_t = aom_sb_simple_motion_features;
Expand description

Features collected from the simple motion process.

The simple motion process collects information by applying motion compensated prediction on each block. The block size is 16x16, which could be changed. If it is changed, update comments and the array size here.