Struct libaom_sys::aom_partition_features_none
source · Expand description
Features pass to the external model to make partition decisions. Specifically, features collected after NONE partition.
Fields§
§f: [f32; 4]features to prune split and rectangular partition
f_terminate: [f32; 28]features to determine termination of partition
Trait Implementations§
source§impl Clone for aom_partition_features_none
impl Clone for aom_partition_features_none
source§fn clone(&self) -> aom_partition_features_none
fn clone(&self) -> aom_partition_features_none
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