AdaptiveCodebookDecodeUpdate_AMRWB

Updates the adaptive codebook decode module memory.

Syntax

IppStatus ippsAdaptiveCodebookDecodeUpdate_AMRWB_16s(Ipp16s valIntPitchGain, Ipp16s valPitchLag, IppsAdaptiveCodebookDecodeState_AMRWB_16s* pState);

Parameters

valPitchGain

Pitch gain.

valIntPitchLag

Pointer to the integral pitch lag.

pState

Pointer to the adaptive codebook decode module memory.

Description

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.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pState pointer is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.