pub type aom_ext_part_decision_mode = c_uint;
Expand description

Decision mode of the external partition model. AOM_EXT_PART_WHOLE_TREE: the external partition model should provide the whole partition tree for the superblock.

AOM_EXT_PART_RECURSIVE: the external partition model provides the partition decision of the current block only. The decision process starts from the superblock size, down to the smallest block size (4x4) recursively.