Type Definition libaom_sys::aom_partition_stats_t[][src]

pub type aom_partition_stats_t = aom_partition_stats;
Expand description

Encoding stats for the given partition decision.

The encoding stats collected by encoding the superblock with the given partition types. The encoder sends the stats to the external model for training or inference though “func()” defined in ….