Updates the adaptive codebook decode module memory.
IppStatus ippsAdaptiveCodebookDecodeUpdate_AMRWB_16s(Ipp16s valIntPitchGain, Ipp16s valPitchLag, IppsAdaptiveCodebookDecodeState_AMRWB_16s* pState);
valPitchGain |
Pitch gain. |
valIntPitchLag |
Pointer to the integral pitch lag. |
pState |
Pointer to the adaptive codebook decode module memory. |
This function is declared in ippsc.h file. The function updates the adaptive codebook decode module memory with the given pitch lag and pitch gain.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pState pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.