Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp189 ENV_CALC_NRGS *nrgs, int c, FIXP_DBL tmpNoise,
1168 FIXP_DBL tmpNoise = in calculateSbrEnvelope() local
1191 tmpNoise = in calculateSbrEnvelope()
1206 calcSubbandGain(refNrg, refNrg_e, pNrgs, c, tmpNoise, tmpNoise_e, in calculateSbrEnvelope()
1228 tmpNoise = in calculateSbrEnvelope()
1243 calcSubbandGain(refNrg, refNrg_e, pNrgs, c, tmpNoise, tmpNoise_e, in calculateSbrEnvelope()
2241 ENV_CALC_NRGS *nrgs, int i, FIXP_DBL tmpNoise, /*!< Relative noise level */ in calcSubbandGain() argument
2282 a = fMult(nrgRef, tmpNoise); in calcSubbandGain()
2289 (tmpNoise >> 1); in calcSubbandGain()
2292 b = (tmpNoise >> (INT)(fixMin(-b_e + 1, DFRACT_BITS - 1))) + in calcSubbandGain()