Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp144 FIXP_DBL *pQuantSpecCoef, int *quantSpecCoefIdx,
1445 FIXP_DBL *pQuantSpecCoef, int *quantSpecCoefIdx, in DecodePCW_Sign() argument
1467 pQuantSpecCoef[*quantSpecCoefIdx] = -(FIXP_DBL)quantSpecCoef; in DecodePCW_Sign()
1469 pQuantSpecCoef[*quantSpecCoefIdx] = (FIXP_DBL)quantSpecCoef; in DecodePCW_Sign()
1472 pQuantSpecCoef[*quantSpecCoefIdx] = FL2FXCONST_DBL(0.0f); in DecodePCW_Sign()
1474 *quantSpecCoefIdx += 1; in DecodePCW_Sign()
1475 if (*quantSpecCoefIdx >= 1024) { in DecodePCW_Sign()