Frees memory allocated for the LR deconvolution state structure.
IppStatus ippiDeconvLRFree_32f_C1R(IppiDeconvLR_32f_C1R* pDeconvLR);
IppStatus ippiDeconvLRFree_32f_C3R(IppiDeconvLR_32f_C3R* pDeconvLR);
pDeconvLR |
Pointer to the LR deconvolution state structure. |
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.
ippStsNoErr |
Indicates no error. Any other value indicates an error or a warning. |
ippStsNullPtrErr |
Indicates an error condition if pDeconvLR is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.