Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp570 FIXP_DBL *pTeVa; in HcrReorderQuantizedSpectralCoefficients() local
589 pTeVa = &pTempValues[*pReorderOffset++]; in HcrReorderQuantizedSpectralCoefficients()
595 *pTeVa++ = (FIXP_DBL)qsc; /* the qsc value is within range */ in HcrReorderQuantizedSpectralCoefficients()
599 *pTeVa++ = (FIXP_DBL) qsc; in HcrReorderQuantizedSpectralCoefficients()
602 *pTeVa++ = (FIXP_DBL) Q_VALUE_INVALID; in HcrReorderQuantizedSpectralCoefficients()
608 *pTeVa++ = qsc; in HcrReorderQuantizedSpectralCoefficients()
611 *pTeVa++ = Q_VALUE_INVALID; in HcrReorderQuantizedSpectralCoefficients()
646pTeVa = pBak + (window << FOUR_LOG_DIV_TWO_LOG) + i * 32; /* distance of lines between unit groups… in HcrReorderQuantizedSpectralCoefficients()
648 *pOut++ = *pTeVa++; in HcrReorderQuantizedSpectralCoefficients()
671 pTeVa = &pBak[index]; in HcrReorderQuantizedSpectralCoefficients()
[all …]