Lines Matching refs:fact_mantissa
865 FIXP_DBL fact_mantissa[MAX_DRC_BANDS]; in aacDecoder_drcApply() local
936 fact_mantissa[band] = FL2FXCONST_DBL(0.5f); in aacDecoder_drcApply()
952 fact_mantissa[band] = fPowInt( in aacDecoder_drcApply()
957 fact_mantissa[band] = in aacDecoder_drcApply()
958 fMult(FL2FXCONST_DBL(0.99990790084), fact_mantissa[band]); in aacDecoder_drcApply()
978 fact_mantissa[band] = f2Pow( in aacDecoder_drcApply()
985 fact_mantissa[band] = fMult(fact_mantissa[band], norm_mantissa); in aacDecoder_drcApply()
997 max_mantissa = fixMax(max_mantissa, fact_mantissa[band]); in aacDecoder_drcApply()
1013 fact_mantissa[band] <<= res; in aacDecoder_drcApply()
1021 fact_mantissa[band] >>= max_exponent - fact_exponent[band]; in aacDecoder_drcApply()
1023 if (fact_mantissa[band] != FL2FXCONST_DBL(0.5f)) { in aacDecoder_drcApply()
1051 fMult(pSpectralCoefficient[bin], fact_mantissa[band]); in aacDecoder_drcApply()
1079 sbrDecoder_drcFeedChannel(hSbrDecoder, ch, numBands, fact_mantissa, in aacDecoder_drcApply()