Searched refs:smoothedNoise (Results 1 – 1 of 1) sorted by relevance
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 2702 FIXP_DBL smoothedGain, smoothedNoise; in adjustTimeSlotHQ_GainAndNoise() local 2733 smoothedNoise = (fMultDiv2(smooth_ratio, filtBufferNoise[k]) >> shift) + in adjustTimeSlotHQ_GainAndNoise() 2736 smoothedNoise = fMultDiv2(smooth_ratio, filtBufferNoise[k]); in adjustTimeSlotHQ_GainAndNoise() 2737 smoothedNoise = in adjustTimeSlotHQ_GainAndNoise() 2738 (fMax(fMin(smoothedNoise, max_val_noise), min_val_noise) << shift) + in adjustTimeSlotHQ_GainAndNoise() 2742 smoothedNoise = fMax(fMin(smoothedNoise, (FIXP_DBL)(MAXVAL_DBL / 2)), in adjustTimeSlotHQ_GainAndNoise() 2767 fMult(FDK_sbrDecoder_sbr_randomPhase[index][0], smoothedNoise); in adjustTimeSlotHQ_GainAndNoise() 2769 fMult(FDK_sbrDecoder_sbr_randomPhase[index][1], smoothedNoise); in adjustTimeSlotHQ_GainAndNoise() 2788 smoothedNoise = noiseLevel[k]; in adjustTimeSlotHQ_GainAndNoise() 2791 fMult(FDK_sbrDecoder_sbr_randomPhase[index][0], smoothedNoise); in adjustTimeSlotHQ_GainAndNoise() [all …]
|