Evaluates mean absolute deviation for a 16x16 block.
IppStatus ippiMeanAbsDev16x16_8u32s_C1R(const Ipp8u* pSrc, int srcStep, Ipp32s* pDst);
pSrc |
Pointer to the block 16x16. |
srcStep |
Step of the block. |
pDst |
Pointer to the deviation. |
The function ippiMeanAbsDev16x16_8u32s_C1R is declared in the ippvc.h file. This function evaluates the mean absolute deviation for a 16x16 block by the following formula:
where Mean is evaluated by the formula
This function is used in the H.261, H.263, and MPEG-4 encoders included into Intel IPP Samples. See introduction to Motion Estimation.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if at least one of the specified pointers is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.