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,
1455 FIXP_DBL *pQuantSpecCoef, int *quantSpecCoefIdx, in DecodePCW_Sign() argument
1477 pQuantSpecCoef[*quantSpecCoefIdx] = -(FIXP_DBL)quantSpecCoef; in DecodePCW_Sign()
1479 pQuantSpecCoef[*quantSpecCoefIdx] = (FIXP_DBL)quantSpecCoef; in DecodePCW_Sign()
1482 pQuantSpecCoef[*quantSpecCoefIdx] = FL2FXCONST_DBL(0.0f); in DecodePCW_Sign()
1484 *quantSpecCoefIdx += 1; in DecodePCW_Sign()
1485 if (*quantSpecCoefIdx >= 1024) { in DecodePCW_Sign()