pub const AV1E_SET_MIN_PARTITION_SIZE: aome_enc_control_id = 76;
Expand description

Codec control function to set min partition size, int parameter

min_partition_size is applied to both width and height of the partition. i.e, both width and height of a partition can not be smaller than the min_partition_size, except the partition at the picture boundary.

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