IIR_Init_G728

Initializes the IIR state structure.

Syntax

IppStatus ippsIIR16sInit_G728_16s (IppsIIRState16s_G728_16s* pMem);

Parameters

pMem

Pointer to the memory allocated for IIR filter.

Description

The function ippsIIR16sInit_G728 is declared in ippsc.h file. This function initializes the IIR state structure using the given memory block.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pMem pointer is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.