Variance16x16

Evaluate variance, 16X16 block

Supported Technologies

SSE2

Synopsis

FwStatus   fwiVariance16x16_8u32s ( const Fw8u * pSrcFw32s srcStepFw32s * pVar );

Parameters

pSrc   Pointer to a block of DCT coefficients.
pVar   Pointer to a variance value.
srcStep   Source buffer step size (width of the buffer in bytes).

Description

This function evaluates the variance of a 16X16 block of unsigned elements. The result is stored in integer Var.