Lines Matching refs:pTeVa
570 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()
646 …pTeVa = 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()
673 tmp = (*pTeVa < FL2FXCONST_DBL(0.0f))? -*pTeVa++ : *pTeVa++; in HcrReorderQuantizedSpectralCoefficients()