Initializes the phase dispersion filter memory.
IppStatus ippsPhaseDispersionInit_G729D_16s (IppsPhaseDispersion16s_State_G729D* pPhDMem);
pPhDMem |
Pointer to the memory of the phase dispersion filter. |
The function ippsPhaseDispersionInit_G729D sets the contents of the given buffer as memory of the phase dispersion filter in initial state.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pPhDMem pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.