pub unsafe extern "C" fn vmaf_feature_score_pooled(
vmaf: *mut VmafContext,
feature_name: *const c_char,
pool_method: VmafPoolingMethod,
score: *mut f64,
index_low: c_uint,
index_high: c_uint,
) -> c_intExpand description
Pooled feature score for a specific interval.
@param vmaf The VMAF context allocated with vmaf_init().
@param feature_name Name of the feature to fetch.
@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.