Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfsound/
H A Dreverb.c32 int * sRVBPlay = 0; variable
140 pN=sRVBPlay+((s_chan[ch].iRVBOffset+iRr+ns)<<1); in StoreREVERB()
285 const int iRV=*sRVBPlay; // -> simply take the reverb mix buf value in MixREVERBLeft()
286 *sRVBPlay++=0; // -> init it after in MixREVERBLeft()
287 if(sRVBPlay>=sRVBEnd) sRVBPlay=sRVBStart; // -> and take care about wrap arounds in MixREVERBLeft()
313 const int iRV=*sRVBPlay; // -> simply take the reverb mix buf value in MixREVERBRight()
314 *sRVBPlay++=0; // -> init it after in MixREVERBRight()
315 if(sRVBPlay>=sRVBEnd) sRVBPlay=sRVBStart; // -> and take care about wrap arounds in MixREVERBRight()
H A Dexternals.h360 extern int * sRVBPlay;
H A Dspu.c1281 sRVBPlay = sRVBStart;
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_psf/peops2/
H A Dspu.h92 int * sRVBPlay[2]; member
H A Dspu2.c831 spu->sRVBPlay[0] = spu->sRVBStart[0]; in SetupStreams()
835 spu->sRVBPlay[1] = spu->sRVBStart[1]; in SetupStreams()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/psf/peops2/
H A Dexternals.h374 extern int * sRVBPlay[];
H A Dspu.cc892 sRVBPlay[0] = sRVBStart[0]; in SetupStreams()
896 sRVBPlay[1] = sRVBStart[1]; in SetupStreams()
H A Dreverb.cc52 int * sRVBPlay[2]; variable