pub type aom_ext_part_get_decision_fn_t = Option<unsafe extern "C" fn(ext_part_model: aom_ext_part_model_t, ext_part_decision: *mut aom_partition_decision_t) -> aom_ext_part_status_t>;
Expand description

Callback of receiving partition decisions from the external partition model.

The callback is invoked by the encoder to receive partition decisions from the external partition model.

\param[in] ext_part_model The external model \param[in] ext_part_decision Pointer to the partition decisions