Struct libaom_sys::aom_ext_part_config
source · #[repr(C)]pub struct aom_ext_part_config {
pub superblock_size: c_int,
}Expand description
Config information sent to the external partition model.
For example, the maximum superblock size determined by the sequence header.
Fields§
§superblock_size: c_intsuper block size (either 64x64 or 128x128)
Trait Implementations§
source§impl Clone for aom_ext_part_config
impl Clone for aom_ext_part_config
source§fn clone(&self) -> aom_ext_part_config
fn clone(&self) -> aom_ext_part_config
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