Initializes the hybrid windowing module memory.
IppStatus ippsWinHybridInit_G729E_16s (IppsWinHybridState_G729E_16s* pMem);
IppStatus ippsWinHybridInit_G729E_32f(IppsWinHybridState_G729E_32f* pMem);
pMem |
Pointer to the memory of hybrid windowing module. |
The function ippsWinHybridInit_G729E sets the contents of the given buffer as the memory of the hybrid windowing module in initial state.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pMem pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.