pub type aom_ext_part_config_t = aom_ext_part_config;
Expand description

Config information sent to the external partition model.

For example, the maximum superblock size determined by the sequence header.

Aliased Type§

struct aom_ext_part_config_t {
    pub superblock_size: i32,
}

Fields§

§superblock_size: i32

super block size (either 64x64 or 128x128)