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