Closes the inverse discrete cosine transform structure.
IppStatus ippsDCTInvFree_16s(IppsDCTInvSpec_16s* pDCTSpec);
IppStatus ippsDCTInvFree_32f(IppsDCTInvSpec_32f* pDCTSpec);
IppStatus ippsDCTInvFree_64f(IppsDCTInvSpec_64f* pDCTSpec);
pDCTSpec |
Pointer to the inverse DCT specification structure. |
The function ippsDCTInvFree is declared in the ipps.h file. This function closes the inverse DCT specification structure pDCTSpec initialized by the function ippsDCTInvInitAlloc. Call the function ippsDCTInvFree after the transform is completed.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pDCTSpec pointer is NULL. |
ippStsContextMatchErr |
Indicates an error when the specification identifier pDCTSpec is incorrect. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.