Searched refs:pQuantValBase (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp535 const SCHAR *pQuantValBase; local
571 pQuantValBase = aQuantTable[pCodebook[codewordOffset]]; /* get base address of quantized values belonging to current codebook */
572 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
653 const SCHAR *pQuantValBase; local
693 pQuantValBase = aQuantTable[pCodebook[codewordOffset]]; /* get base address of quantized values belonging to current codebook */
694 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
881 const SCHAR *pQuantValBase; local
921 pQuantValBase = aQuantTable[ESCAPE_CODEBOOK]; /* get base address of quantized values belonging to current codebook */
922 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
H A Daacdec_hcr.cpp147 const SCHAR *pQuantValBase,
1052 const SCHAR *pQuantValBase; local
1090 pQuantValBase = aQuantTable [codebook]; /* convert codebook to index to table of QSCs */
1110 pQuantValBase,
1153 pQuantValBase,
1200 pQuantValBase,
1378 const SCHAR *pQuantValBase,
1417 pQuantVal = pQuantValBase + branchValue; /* update pointer to valid first of 2 or 4 quantized values */
1376 DecodePCW_Body(HANDLE_FDK_BITSTREAM bs, const UINT *pCurrentTree, const SCHAR *pQuantValBase, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument

Completed in 247 milliseconds