pub unsafe extern "C" fn vmaf_score_pooled_model_collection(
vmaf: *mut VmafContext,
model_collection: *mut VmafModelCollection,
pool_method: VmafPoolingMethod,
score: *mut VmafModelCollectionScore,
index_low: c_uint,
index_high: c_uint,
) -> c_intExpand description
Pooled VMAF score for a specific interval, using a model collection.
@param vmaf The VMAF context allocated with vmaf_init().
@param model_collection Opaque model collection context.
@param pool_method Temporal pooling method to use.
@param score Pooled score.
@param index_low Low picture index of pooling interval.
@param index_high High picture index of pooling interval.
@return 0 on success, or < 0 (a negative errno code) on error.