AlgebraicCodebookDecode_AMRWB

Decodes the fixed (algebraic) codebook indexes.

Syntax

IppStatus ippsAlgebraicCodebookDecode_AMRWB_16s (const Ipp16s* pSrcIdxs, Ipp16s* pDstFixedCode, IppSpchBitRate mode);

Parameters

pSrcIdxs

Algebraic codebook indexes.

pDstFixedCode

Pointer to the algebraic code vector of length 64.

mode

Coder mode.

Description

This function is declared in ippsc.h file. The function decodes the fixed codebook vector from the received fixed codebook index.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when one of the specified pointers is NULL.

ippStsRangeErr

Indicates an error when mode is not an element of the enumerated type IppSpchBitRate appropriate to AMR WB.

Submit feedback on this help topic

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