DFTOutOrdFree_C

Closes the out-of-order discrete Fourier transform structure.

Syntax

IppStatus ippsDFTOutOrdFree_C_32fc(IppsDFTOutOrdSpec_C_32fc* pDFTSpec);

IppStatus ippsDFTOutOrdFree_C_64fc(IppsDFTOutOrdSpec_C_64fc* pDFTSpec);

Parameters

pDFTSpec

Pointer to the DFT specification structure to be closed.

Description

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.

Return Values

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.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.