Initializes the combined filter state structure.
IppStatus ippsCombinedFilterInit_G728_16s (IppsCombinedFilterState_G728_16s* pMem);
pMem |
Pointer to the memory allocated for the combined filter. |
The function ippsCombinedFilterInit_G728 is declared in ippsc.h file. This function initializes combined filter state structure using the given memory block.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pMem pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.