Closes FIR block filter state.
IppStatus ippsFIRBlockFree_32f(IppsFIRBlockState_32f* pState);
pState |
Pointer to the FIR block filter state structure to be closed. |
This function is declared in the ippac.h header file. The function ippsFIRBlockFree closes the FIR block filter state by freeing all memory associated with the filter state created by the function ippsFIRBlockInitAlloc.
Call ippsFIRBlockFree after filtering is completed.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pState is NULL. |
ippStsContextMatchErr |
Indicates an error when the state structure is invalid. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.