Performs a single step of forward wavelet transform with reversible filter of image columns.
IppStatus ippiWTFwdColLift_B53_JPEG2K_16s_C1(const Ipp16s* pSrc0, const Ipp16s* pSrc1, const Ipp16s* pSrc2, Ipp16s* pDstLow0, const Ipp16s* pSrcHigh0, Ipp16s* pDstHigh1, int width);
IppStatus ippiWTFwdColLift_B53_JPEG2K_32s_C1(const Ipp32s* pSrc0, const Ipp32s* pSrc1, const Ipp32s* pSrc2, Ipp32s* pDstLow0, const Ipp32s* pSrcHigh0, Ipp32s* pDstHigh1, int width);
pSrc0 |
Pointer to the source image row #0. |
pSrc1 |
Pointer to the source image row #1. |
pSrc2 |
Pointer to the source image row #2. |
pSrcHigh0 |
Pointer to the high frequency component row #0 of a source image. |
pDstLow0 |
Pointer to the low frequency component row #0 of a destination image. |
pDstHigh1 |
Pointer to the high frequency component row #1 of a destination image. |
width |
Width in pixels of rows. |
The function ippiWTFwdColLift_B53_JPEG2K is declared in the ippj.h file. This function performs a single step of row-scan-based wavelet decomposition 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 of row has zero or negative value. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.