AOMedia AV1 Codec
|
Callback function set for external partition model. More...
#include <aom_external_partition.h>
Callback function set for external partition model.
Uses can enable external partition model by registering a set of callback functions with the flag: AV1E_SET_EXTERNAL_PARTITION_MODEL
aom_ext_part_create_model_fn_t aom_ext_part_funcs::create_model |
Create an external partition model.
aom_ext_part_send_features_fn_t aom_ext_part_funcs::send_features |
Send features to the external partition model to make partition decisions.
aom_ext_part_get_decision_fn_t aom_ext_part_funcs::get_partition_decision |
Get partition decisions from the external partition model.
aom_ext_part_send_partition_stats_fn_t aom_ext_part_funcs::send_partition_stats |
Send stats of the current partition to the external model.
aom_ext_part_delete_model_fn_t aom_ext_part_funcs::delete_model |
Delete the external partition model.
aom_ext_part_decision_mode_t aom_ext_part_funcs::decision_mode |
The decision mode of the model.
void* aom_ext_part_funcs::priv |
Private data for the external partition model.