Struct libaom_sys::aom_partition_stats
source · 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 ….
Fields§
§rate: c_intRate cost of the block
dist: i64Distortion of the block
rdcost: i64Rate-distortion cost of the block
Trait Implementations§
source§impl Clone for aom_partition_stats
impl Clone for aom_partition_stats
source§fn clone(&self) -> aom_partition_stats
fn clone(&self) -> aom_partition_stats
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