Searched refs:smoothedNoise (Results 1 – 1 of 1) sorted by relevance
2704 FIXP_DBL smoothedGain, smoothedNoise; in adjustTimeSlotHQ_GainAndNoise() local2735 smoothedNoise = (fMultDiv2(smooth_ratio, filtBufferNoise[k]) >> shift) + in adjustTimeSlotHQ_GainAndNoise()2738 smoothedNoise = fMultDiv2(smooth_ratio, filtBufferNoise[k]); in adjustTimeSlotHQ_GainAndNoise()2739 smoothedNoise = in adjustTimeSlotHQ_GainAndNoise()2740 (fMax(fMin(smoothedNoise, max_val_noise), min_val_noise) << shift) + in adjustTimeSlotHQ_GainAndNoise()2766 fMult(FDK_sbrDecoder_sbr_randomPhase[index][0], smoothedNoise); in adjustTimeSlotHQ_GainAndNoise()2768 fMult(FDK_sbrDecoder_sbr_randomPhase[index][1], smoothedNoise); in adjustTimeSlotHQ_GainAndNoise()2787 smoothedNoise = noiseLevel[k]; in adjustTimeSlotHQ_GainAndNoise()2790 fMult(FDK_sbrDecoder_sbr_randomPhase[index][0], smoothedNoise); in adjustTimeSlotHQ_GainAndNoise()2792 fMult(FDK_sbrDecoder_sbr_randomPhase[index][1], smoothedNoise); in adjustTimeSlotHQ_GainAndNoise()[all …]