Adds a constant to 8x8 block with saturation.
IppStatus ippiAddC8x8_16s8u_C1IR(Ipp16s value, Ipp8u* pSrcDst, int srcDstStep);
value |
Constant value to be added to the block. |
pSrcDst |
Pointer to the source/destination block. |
srcDstStep |
Distance in bytes between starts of the consecutive lines in the destination block. |
The function ippiAddC8x8_16s8u_C1IR is declared in the ippvc.h file. This function adds a 16s value to an 8u block of 8x8 size with saturation.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when at least one input pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.