Searched refs:smoothedGain (Results 1 – 1 of 1) sorted by relevance
2694 FIXP_DBL smoothedGain, smoothedNoise; in adjustTimeSlotHQ_GainAndNoise() local2716 smoothedGain = in adjustTimeSlotHQ_GainAndNoise()2732 signalReal = fMultDiv2(*ptrReal, smoothedGain) << ((int)scale_change); in adjustTimeSlotHQ_GainAndNoise()2733 signalImag = fMultDiv2(*ptrImag, smoothedGain) << ((int)scale_change); in adjustTimeSlotHQ_GainAndNoise()2754 smoothedGain = gain[k]; in adjustTimeSlotHQ_GainAndNoise()2755 signalReal = fMultDiv2(*ptrReal, smoothedGain) << scale_change; in adjustTimeSlotHQ_GainAndNoise()2756 signalImag = fMultDiv2(*ptrImag, smoothedGain) << scale_change; in adjustTimeSlotHQ_GainAndNoise()2854 FIXP_DBL smoothedGain, smoothedNoise; in adjustTimeSlotHQ() local2889 smoothedGain = in adjustTimeSlotHQ()2905 signalReal = fMultDiv2(*ptrReal, smoothedGain) << ((int)scale_change); in adjustTimeSlotHQ()[all …]