pub type aom_partition_features_before_none_t = aom_partition_features_before_none;
Expand description

Features pass to the external model to make partition decisions. Specifically, features collected before NONE partition. Features “f” are used to determine: partition_none_allowed, partition_horz_allowed, partition_vert_allowed, do_rectangular_split, do_square_split Features “f_part2” are used to determine: prune_horz, prune_vert.

Aliased Type§

struct aom_partition_features_before_none_t {
    pub f: [f32; 17],
    pub f_part2: [f32; 25],
}

Fields§

§f: [f32; 17]

features to determine whether skip partition none and do split directly

§f_part2: [f32; 25]

features to determine whether to prune rectangular partition