Home
last modified time | relevance | path

Searched refs:pTeVa (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcr.cpp517 FIXP_DBL *pTeVa; in HcrReorderQuantizedSpectralCoefficients() local
541 pTeVa = &pTempValues[*pReorderOffset++]; in HcrReorderQuantizedSpectralCoefficients()
546 *pTeVa++ = (FIXP_DBL)qsc; /* the qsc value is within range */ in HcrReorderQuantizedSpectralCoefficients()
552 *pTeVa++ = (FIXP_DBL)qsc; in HcrReorderQuantizedSpectralCoefficients()
555 *pTeVa++ = (FIXP_DBL)Q_VALUE_INVALID; in HcrReorderQuantizedSpectralCoefficients()
591 pTeVa = pBak + (window << FOUR_LOG_DIV_TWO_LOG) + in HcrReorderQuantizedSpectralCoefficients()
595 *pOut++ = *pTeVa++; in HcrReorderQuantizedSpectralCoefficients()
623 pTeVa = &pBak[index]; in HcrReorderQuantizedSpectralCoefficients()
625 tmp = (*pTeVa < FL2FXCONST_DBL(0.0f)) ? -*pTeVa++ : *pTeVa++; in HcrReorderQuantizedSpectralCoefficients()