Closes analysis filter specification structure.
IppStatus ippsAnalysisFilterEncFree_SBR_32f(IppsFilterSpec_SBR_C_32f* pFilterSpec);
pFilterSpec |
Pointer to the initialized analysis SBR specification structure. |
This function is declared in the ippac.h file. The function closes the analysis specification structure pFilterSpec by freeing all memory associated with the specification created by ippsAnalysisFilterEncInitAlloc_SBR. Call ippsAnalysisFilterEncFree_SBR after the transform is completed.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pFilterSpec pointer is NULL. |
ippStsContextMatchErr |
Indicates an error when the pFilterSpec identifier is incorrect. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.