pub const AV1E_SET_MAX_PARTITION_SIZE: aome_enc_control_id = 77;
Expand description

Codec control function to set max partition size, int parameter

max_partition_size is applied to both width and height of the partition. i.e, both width and height of a partition can not be larger than the max_partition_size.

Valid values:[4, 8, 16, 32, 64, 128] The default value is 128 for 128x128.