Developer Reference for Intel® Integrated Performance Primitives
Compute the size of the wavelet transform state structures.
IppStatus ippsWTFwdGetSize(IppDataType srcType, int lenLow, int offsLow, int lenHigh, int offsHigh, int* pStateSize);
IppStatus ippsWTInvGetSize(IppDataType dstType, int lenLow, int offsLow, int lenHigh, int offsHigh, int* pStateSize);
ipps.h
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
The ippsWTFwd and ippsWTInv functions compute the size of the ippsWTFwd and ippsWTInv state structures, in bytes, for the ippsWTFwdInit and ippsWTInvInit functions, respectively.
For an example on how to use these functions, refer to Wavelet Transforms Example.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when any of the specified pointers is NULL. |
ippStsSizeErr |
Indicates an error when lenLow or lenHigh is less than, or equal to zero. |
ippStsWtOffsetErr |
Indicates an error when the filter delay offsLow or offsHigh is less than -1. |