Deallocates memory used by the inverse DCT context structure.
IppStatus ippiDCTInvFree_32f (IppiDCTInvSpec_32f* pDCTSpec);
pDCTSpec |
Pointer to the inverse DCT context structure that has to be released. |
The function ippiDCTInvFree is declared in the ippi.h file. This function releases memory used by the previously initialized inverse DCT context structure pDCTSpec. Call this function after your application program has finished computing the inverse discrete cosine transforms.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if pDCTSpec pointer is NULL. |
ippStsContextMatchErr |
Indicates an error condition if a pointer to an invalid pDCTSpec structure is passed. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.