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