Computes the size of the buffer for wavelet transform with reversible filter.
IppStatus ippiWTGetBufSize_B53_JPEG2K_16s_C1R(const IppiRect* pTileRect, int* pSize);
IppStatus ippiWTGetBufSize_B53_JPEG2K_32s_C1R(const IppiRect* pTileRect, int* pSize);
IppStatus ippiWTGetBufSize_B53_JPEG2K_16s_C1IR(const IppiRect* pTileRect, int* pSize);
IppStatus ippiWTGetBufSize_B53_JPEG2K_32s_C1IR(const IppiRect* pTileRect, int* pSize);
pTileRect |
Pointer to the tile rectangle structure. |
pSize |
Pointer to the computed value of the buffer. |
The function ippiWTGetBufSize_B53_JPEG2K is declared in the ippj.h file. This function computes the size in bytes of the work buffer that is required for a tile-oriented wavelet transform functions ippiWTFwd_B53_JPEG2K and ippiWTInv_B53_JPEG2K.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.