Frees memory allocated for the FFT deconvolution state structure.
IppStatus ippiDeconvFFTFree_32f_C1R(IppiDeconvFFTState_32f_C1R* pDeconvFFTState);
IppStatus ippiDeconvFFTFree_32f_C3R(IppiDeconvFFTState_32f_C3R* pDeconvFFTState);
pDeconvFFTState |
Pointer to the FFT deconvolution state structure. |
The function ippiDeconvFFTFree is declared in the ippi.h file. This function frees memory allocated by the function ippiDeconvFFTInitAlloc for the FFT deconvolution state structure pDeconvFFTState.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if pDeconvFFTState is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.