Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/sounddsp/
H A DReverb.cpp855 int16 stage1l = mpt::saturate_cast<int16>(refOutL / (1 << 15)); in ProcessReflections() local
867 pOut[0] = (pRefOut->c.l = mpt::saturate_cast<int16>(stage1l + refOutL / (1 << 15))) * refGain; in ProcessReflections()