Closes the out-of-order discrete Fourier transform structure.
IppStatus ippsDFTOutOrdFree_C_32fc(IppsDFTOutOrdSpec_C_32fc* pDFTSpec);
IppStatus ippsDFTOutOrdFree_C_64fc(IppsDFTOutOrdSpec_C_64fc* pDFTSpec);
pDFTSpec |
Pointer to the DFT specification structure to be closed. |
The function ippsDFTOutOrdFree is declared in the ipps.h file. This function closes the specification structure pDFTSpec for the out-of-order DFT initialized by the function ippsDFTOutOrdInitAlloc_C. Call ippsDFTOutOrdFree function after the transform is completed.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pDFTSpec pointer is NULL. |
ippStsContextMatchErr |
Indicates an error when the specification identifier pDFTSpec is incorrect. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.