Home
last modified time | relevance | path

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

/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRdec/src/
H A Denv_calc.cpp2704 FIXP_DBL smoothedGain, smoothedNoise; in adjustTimeSlotHQ_GainAndNoise() local
2731 smoothedGain = in adjustTimeSlotHQ_GainAndNoise()
2750 fMax(fMin(fMultDiv2(*ptrReal, smoothedGain), max_val), min_val) in adjustTimeSlotHQ_GainAndNoise()
2753 fMax(fMin(fMultDiv2(*ptrImag, smoothedGain), max_val), min_val) in adjustTimeSlotHQ_GainAndNoise()
2775 smoothedGain = gain[k]; in adjustTimeSlotHQ_GainAndNoise()
2777 fMax(fMin(fMultDiv2(*ptrReal, smoothedGain), max_val), min_val) in adjustTimeSlotHQ_GainAndNoise()
2780 fMax(fMin(fMultDiv2(*ptrImag, smoothedGain), max_val), min_val) in adjustTimeSlotHQ_GainAndNoise()
2879 FIXP_DBL smoothedGain, smoothedNoise; in adjustTimeSlotHQ() local
2920 smoothedGain = in adjustTimeSlotHQ()
2939 fMax(fMin(fMultDiv2(*ptrReal, smoothedGain), max_val), min_val) in adjustTimeSlotHQ()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRdec/src/
H A Denv_calc.cpp2693 FIXP_DBL smoothedGain, smoothedNoise; in adjustTimeSlotHQ_GainAndNoise() local
2715 smoothedGain = in adjustTimeSlotHQ_GainAndNoise()
2731 signalReal = fMultDiv2(*ptrReal, smoothedGain) << ((int)scale_change); in adjustTimeSlotHQ_GainAndNoise()
2755 smoothedGain = gain[k]; in adjustTimeSlotHQ_GainAndNoise()
2756 signalReal = fMultDiv2(*ptrReal, smoothedGain) << scale_change; in adjustTimeSlotHQ_GainAndNoise()
2757 signalImag = fMultDiv2(*ptrImag, smoothedGain) << scale_change; in adjustTimeSlotHQ_GainAndNoise()
2856 FIXP_DBL smoothedGain, smoothedNoise; in adjustTimeSlotHQ() local
2891 smoothedGain = in adjustTimeSlotHQ()
2963 smoothedGain = gain[k]; in adjustTimeSlotHQ()
2964 signalReal = fMultDiv2(*ptrReal, smoothedGain) << scale_change; in adjustTimeSlotHQ()
[all …]