Struct libaom_sys::aom_partition_features_ab
source · Expand description
Features pass to the external model to make partition decisions. Specifically, features collected after AB partition: HORZ_A, HORZ_B, VERT_A, VERT_B.
Fields§
§f: [f32; 18]features to determine pruning 4-way partition
Trait Implementations§
source§impl Clone for aom_partition_features_ab
impl Clone for aom_partition_features_ab
source§fn clone(&self) -> aom_partition_features_ab
fn clone(&self) -> aom_partition_features_ab
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