Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfsound/
H A Dreverb.c103 const int iRxl=left; in StoreREVERB_CD() local
109 *(sRVBStart+ns) += CLAMP16( *(sRVBStart+ns+0) + ( iRxl ) ); in StoreREVERB_CD()
121 const int iRxl=(s_chan[ch].sval*s_chan[ch].iLeftVolume)/0x4000; in StoreREVERB() local
126 …*(sRVBStart+ns) +=iRxl; // -> we mix all active reverb channels into a… in StoreREVERB()
135 int iRxl=(s_chan[ch].sval*s_chan[ch].iLeftVolume)/0x8000; in StoreREVERB() local
138 for(iRn=1;iRn<=s_chan[ch].iRVBNum;iRn++,iRr+=s_chan[ch].iRVBRepeat,iRxl/=2,iRxr/=2) in StoreREVERB()
143 (*pN)+=iRxl; in StoreREVERB()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/psf/peops2/
H A Dreverb.cc96 const int iRxl=(s_chan[ch].sval*s_chan[ch].iLeftVolume*s_chan[ch].bReverbL)/0x4000; in StoreREVERB() local
101 …*(sRVBStart[core]+ns) +=iRxl; // -> we mix all active reverb channels into a… in StoreREVERB()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_psf/peops2/
H A Dreverb2.c90 … const int iRxl=(spu->s_chan[ch].sval*spu->s_chan[ch].iLeftVolume*spu->s_chan[ch].bReverbL)/0x4000; in StoreREVERB() local
95 …*(spu->sRVBStart[core]+ns) +=iRxl; // -> we mix all active reverb channels i… in StoreREVERB()