Frees memory allocated for a forward wavelet transform context structure.
IppStatus ippiWTFwdFree_32f_C1R (IppiWTFwdSpec_32f_C1R* pSpec);
IppStatus ippiWTFwdFree_32f_C3R (IppiWTFwdSpec_32f_C3R* pSpec);
The function ippiWTFwdFree is declared in the ippi.h file. This function frees memory previously allocated by the function ippiWTFwdFree for a forward wavelet transform context structure pSpec.
Example “Using Intel IPP Functions for Wavelet Transforms” shows how to use the function ippiWTFwdFree_32f_C1R.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if pSpec pointer is NULL. |
ippStsContextMatchErr |
Indicates an error condition if a pointer to an invalid context structure is passed. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.