Searched defs:pQuantVal (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp534 const SCHAR *pQuantVal; local
572 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
577 pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal++; /* write out 2 or 4 lines into spectrum; no Sign bits available in this state */
654 const SCHAR *pQuantVal; local
692 /* body completely decoded; branchValue is valid, set pQuantVal to first (of two or four) quantized spectral coefficients */
694 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
702 pResultBase[iQSC++] = (FIXP_DBL)*pQuantVal; /* write quant. spec. coef. into spectrum */
703 if ( *pQuantVal++ != 0 ) {
882 const SCHAR *pQuantVal; local
922 pQuantVal
[all...]
H A Daacdec_hcr.cpp137 const SCHAR *pQuantVal,
1053 const SCHAR *pQuantVal; local
1108 pQuantVal = DecodePCW_Body(bs,
1118 pQuantizedSpectralCoefficients[quantizedSpectralCoefficientsIdx] = (FIXP_DBL) *pQuantVal++; /* write quant. spec. coef. into spectrum; sign is already valid */
1151 pQuantVal = DecodePCW_Body(bs,
1161 pQuantVal,
1198 pQuantVal = DecodePCW_Body(bs,
1208 pQuantVal,
1388 const SCHAR *pQuantVal; local
1417 pQuantVal
1493 DecodePCW_Sign(HANDLE_FDK_BITSTREAM bs, UINT codebookDim, const SCHAR *pQuantVal, FIXP_DBL *pQuantSpecCoef, int *quantSpecCoefIdx, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument
[all...]

Completed in 159 milliseconds