pub type aom_partition_features_t = aom_partition_features;
Expand description

Features pass to the external model to make partition decisions.

The encoder sends these features to the external model through “func()” defined in …..

NOTE: new member variables may be added to this structure in the future. Once new features are finalized, bump the major version of libaom.