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 through “func()” defined in ….

Aliased Type§

struct aom_partition_stats_t {
    pub rate: i32,
    pub dist: i64,
    pub rdcost: i64,
}

Fields§

§rate: i32

Rate cost of the block

§dist: i64

Distortion of the block

§rdcost: i64

Rate-distortion cost of the block