Struct libaom_sys::aom_partition_features_rect
source · Expand description
Features pass to the external model to make partition decisions. Specifically, features collected after RECTANGULAR partition.
Fields§
§f: [f32; 10]features to determine pruning AB partition
Trait Implementations§
source§impl Clone for aom_partition_features_rect
impl Clone for aom_partition_features_rect
source§fn clone(&self) -> aom_partition_features_rect
fn clone(&self) -> aom_partition_features_rect
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more