Restores 16-bit monochrome Composite Pixel Code.
IppStatus ippiJoinRow_TIFF_8u16u_C1(const Ipp8u pSrc[2], Ipp16u* pDst, int dstLen);
pSrc |
Pointers to the input buffer containing decoded RLE segments. |
pDst |
Pointer to the output buffer. |
dsten |
Number of elements in the destination buffer. |
The function ippiJoinRow_TIFF is declared in the ippj.h file.
This function restores 16-bit elements in the output buffer pDst by joining for each element the most significant and the least significant bytes stored in the source buffers pSrc[0] and pSrc[1] respectively. The number of elements is specified by the parameter dstLen.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if pSrc or pDst pointer is NULL. |
ippStsSizeErr |
Indicates an error condition if dstLen has a negative or illegal value. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.