Home
last modified time | relevance | path

Searched refs:inSampleL (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DAnalog.cpp185 …SampleEx inSampleL = ((SampleEx)*(nonReverbLeft++) + (SampleEx)*(reverbDryLeft++)) * synthGain + (… in process() local
189 inSampleL >>= OUTPUT_GAIN_FRACTION_BITS; in process()
193 outSampleL = leftChannelLPF.process(inSampleL); in process()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DAnalog.cpp256 …SampleEx inSampleL = (SampleEx(*(nonReverbLeft++)) + SampleEx(*(reverbDryLeft++))) * synthGain + S… in produceOutput() local
259 outSampleL = leftChannelLPF.process(normaliseSample(inSampleL)); in produceOutput()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DAnalog.cpp256 …SampleEx inSampleL = (SampleEx(*(nonReverbLeft++)) + SampleEx(*(reverbDryLeft++))) * synthGain + S… in produceOutput() local
259 outSampleL = leftChannelLPF.process(normaliseSample(inSampleL)); in produceOutput()