Performs a single step of inverse wavelet transform with reversible filter of image columns.
IppStatus ippiWTInvColLift_B53_JPEG2K_16s_C1(const Ipp16s* pSrcLow0, const Ipp16s* pSrcHigh0, const Ipp16s* pSrcHigh1, const Ipp16s* pSrc0, Ipp16s* pDst1, Ipp16s* pDst2, int width);
IppStatus ippiWTInvColLift_B53_JPEG2K_32s_C1(const Ipp32s* pSrcLow0, const Ipp32s* pSrcHigh0, const Ipp32s* pSrcHigh1, const Ipp32s* pSrc0, Ipp32s* pDst1, Ipp32s* pDst2, int width);
pSrcLow0 |
Pointer to the source low frequency component row #0. |
pSrcHigh0 |
Pointer to the source high frequency component row #0. |
pSrcHigh1 |
Pointer to the source high frequency component row #1. |
pSrc0 |
Pointer to the reconstructed image row #0. |
pDst1 |
Pointer to the lreconstructed image row #1. |
pDst2 |
Pointer to the lreconstructed image row #2. |
width |
Width in pixels of rows. |
The function ippiWTInvColLift_B53_JPEG2K is declared in the ippj.h file. This function performs a single step of row-scan-based wavelet reconstruction of the source image columns using the 5-3 reversible filter.
For each i-pixel in the row, this function
computes the following values:
Here the notation
designates
the floor function, that is, the largest integer not exceeding
x.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if one of the specified pointers is NULL. |
ippStsSizeErr |
Indicates an error condition if the width is less than or equal to 0. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.