Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp139 int *quantSpecCoefIdx,
1497 int *quantSpecCoefIdx, in DecodePCW_Sign() argument
1522 pQuantSpecCoef[*quantSpecCoefIdx] = -(FIXP_DBL)quantSpecCoef; in DecodePCW_Sign()
1525 pQuantSpecCoef[*quantSpecCoefIdx] = (FIXP_DBL)quantSpecCoef; in DecodePCW_Sign()
1529 pQuantSpecCoef[*quantSpecCoefIdx] = FL2FXCONST_DBL(0.0f); in DecodePCW_Sign()
1531 *quantSpecCoefIdx += 1 ; in DecodePCW_Sign()
1532 if (*quantSpecCoefIdx >= 1024) { in DecodePCW_Sign()