pub type aom_partition_features_ab_t = aom_partition_features_ab;
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.

Aliased Type§

struct aom_partition_features_ab_t {
    pub f: [f32; 18],
}

Fields§

§f: [f32; 18]

features to determine pruning 4-way partition