Decodes the fixed (algebraic) codebook indexes.
IppStatus ippsAlgebraicCodebookDecode_AMRWB_16s (const Ipp16s* pSrcIdxs, Ipp16s* pDstFixedCode, IppSpchBitRate mode);
pSrcIdxs |
Algebraic codebook indexes. |
pDstFixedCode |
Pointer to the algebraic code vector of length 64. |
mode |
Coder mode. |
This function is declared in ippsc.h file. The function decodes the fixed codebook vector from the received fixed codebook index.
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. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.