DeconvFFTFree

Frees memory allocated for the FFT deconvolution state structure.

Syntax

IppStatus ippiDeconvFFTFree_32f_C1R(IppiDeconvFFTState_32f_C1R* pDeconvFFTState);

IppStatus ippiDeconvFFTFree_32f_C3R(IppiDeconvFFTState_32f_C3R* pDeconvFFTState);

Parameters

pDeconvFFTState

Pointer to the FFT deconvolution state structure.

Description

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.

Return Values

ippStsNoErr

Indicates no error. Any other value indicates an error or a warning.

ippStsNullPtrErr

Indicates an error condition if pDeconvFFTState is NULL.

Submit feedback on this help topic

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