DeconvLRFree

Frees memory allocated for the LR deconvolution state structure.

Syntax

IppStatus ippiDeconvLRFree_32f_C1R(IppiDeconvLR_32f_C1R* pDeconvLR);

IppStatus ippiDeconvLRFree_32f_C3R(IppiDeconvLR_32f_C3R* pDeconvLR);

Parameters

pDeconvLR

Pointer to the LR deconvolution state structure.

Description

The function ippiDeconvLRFree is declared in the ippi.h file. This function frees memory allocated by the function ippiDeconvLRInitAlloc for the LR deconvolution state structure pDeconvLR.

Return Values

ippStsNoErr

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

ippStsNullPtrErr

Indicates an error condition if pDeconvLR is NULL.

Submit feedback on this help topic

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