Deallocates memory used by the forward DCT context structure.
IppStatus ippiDCTFwdFree_32f (IppiDCTFwdSpec_32f* pDCTSpec);
pDCTSpec |
Pointer to the forward DCT context structure that has to be released. |
The function ippiDCTFwdFree is declared in the ippi.h file. This function releases memory used by the previously initialized forward DCT context structure pDCTSpec. Call this function after your application program has finished computing the forward 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.