vmaf_score_pooled

Function vmaf_score_pooled 

Source
pub unsafe extern "C" fn vmaf_score_pooled(
    vmaf: *mut VmafContext,
    model: *mut VmafModel,
    pool_method: VmafPoolingMethod,
    score: *mut f64,
    index_low: c_uint,
    index_high: c_uint,
) -> c_int
Expand description

Pooled VMAF score for a specific interval.

@param vmaf The VMAF context allocated with vmaf_init().

@param model Opaque model 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.