Frees memory allocated for DTS synthesis filter specification structure.
IppStatus ippsSynthesisFilterFree_DTS_32f(IppsFilterSpec_DTS_32f* pFilterSpec);
pFilterSpec |
Pointer to the DTS synthesis filter specification structure. |
This function is declared in the ippac.h file. The function frees memory that ippsSynthesisFilterInitAlloc_DTS allocates for the DTS synthesis filter specification structure.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the specified pointer is NULL. |
ippStsContextMatchErr |
Indicates an error when the pFilterSpec identifier is incorrect. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.