Searched refs:tmpNoise (Results 1 – 1 of 1) sorted by relevance
178 FIXP_DBL tmpNoise, SCHAR tmpNoise_e,681 FIXP_DBL tmpNoise = FX_SGL2FX_DBL((FIXP_SGL)((LONG)(*pNoiseLevels) & MASK_M)); in calculateSbrEnvelope() local702 tmpNoise = FX_SGL2FX_DBL((FIXP_SGL)((LONG)(*pNoiseLevels) & MASK_M)); in calculateSbrEnvelope()717 tmpNoise, tmpNoise_e, in calculateSbrEnvelope()1612 FIXP_DBL tmpNoise, /*!< Relative noise level */ in calcSubbandGain() argument1646 a = fMult(nrgRef,tmpNoise); in calcSubbandGain()1652 b = (FL2FXCONST_DBL(0.5f) >> (INT)fixMin(b_e+1,DFRACT_BITS-1)) + (tmpNoise >> 1); in calcSubbandGain()1655 b = (tmpNoise >> (INT)(fixMin(-b_e+1,DFRACT_BITS-1))) + (FL2FXCONST_DBL(0.5f) >> 1); in calcSubbandGain()