Initializes the VAD module state memory.
IppStatus ippsVADInit_AMRWB_16s(IppsVADState_AMRWB_16s* pState);
pState |
Pointer to the VAD memory. |
This function is declared in ippsc.h file. It initializes the state of VAD (Voice Activity Decision) module of the AMR WB codec. The structure IppsVADState_AMRWB_16s contains the VAD history that must be initialized prior to the use of the function ippsVAD_AMRWB.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when the pState pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.