Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp186 ENV_CALC_NRGS *nrgs, int c, FIXP_DBL tmpNoise,
1185 FIXP_DBL tmpNoise = in calculateSbrEnvelope() local
1208 tmpNoise = in calculateSbrEnvelope()
1223 calcSubbandGain(refNrg, refNrg_e, pNrgs, c, tmpNoise, tmpNoise_e, in calculateSbrEnvelope()
1245 tmpNoise = in calculateSbrEnvelope()
1260 calcSubbandGain(refNrg, refNrg_e, pNrgs, c, tmpNoise, tmpNoise_e, in calculateSbrEnvelope()
2245 ENV_CALC_NRGS *nrgs, int i, FIXP_DBL tmpNoise, /*!< Relative noise level */ in calcSubbandGain() argument
2286 a = fMult(nrgRef, tmpNoise); in calcSubbandGain()
2293 (tmpNoise >> 1); in calcSubbandGain()
2296 b = (tmpNoise >> (INT)(fixMin(-b_e + 1, DFRACT_BITS - 1))) + in calcSubbandGain()