AOMedia AV1 Codec
|
Encoding stats for the given partition decision. More...
#include <aom_external_partition.h>
Data Fields | |
int | rate |
Rate cost of the block. | |
int64_t | dist |
Distortion of the block. | |
int64_t | rdcost |
Rate-distortion cost of the block. | |
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 ....