Home
last modified time | relevance | path

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

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/psf/peops/
H A Dreverb.cc137 …const s64 IIR_B0 = ((IIR_INPUT_B0 * rvb.IIR_ALPHA)>>15) + ((g_buffer(rvb.IIR_DEST_B0) * (32768L - … in MixREVERBLeftRight() local
142 s_buffer1(rvb.IIR_DEST_B0, IIR_B0); in MixREVERBLeftRight()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfsound/
H A Dreverb.c95 int IIR_B0 = iir_dest_b0 + ((IIR_INPUT_B0 - iir_dest_b0) * IIR_ALPHA >> 15); in MixREVERB() local
102 s_buffer1(IIR_DEST_B0, IIR_B0); in MixREVERB()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfsound/
H A Dreverb.c95 int IIR_B0 = iir_dest_b0 + ((IIR_INPUT_B0 - iir_dest_b0) * IIR_ALPHA >> 15); in MixREVERB() local
102 s_buffer1(IIR_DEST_B0, IIR_B0); in MixREVERB()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_psf/peops/
H A Dreverb.c136 …const s64 IIR_B0 = ((IIR_INPUT_B0 * spu->rvb.IIR_ALPHA)>>15) + ((g_buffer(spu, spu->rvb.IIR_DEST_B… in MixREVERBLeftRight() local
141 s_buffer1(spu, spu->rvb.IIR_DEST_B0, IIR_B0); in MixREVERBLeftRight()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfsound/
H A Dreverb.c219 …const int IIR_B0 = (IIR_INPUT_B0 * rvb.IIR_ALPHA)/32768L + (g_buffer(rvb.IIR_DEST_B0) * (32768L - … in MixREVERBLeft() local
224 s_buffer1(rvb.IIR_DEST_B0, IIR_B0); in MixREVERBLeft()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/psf/peops2/
H A Dreverb.cc174 …const int IIR_B0 = (IIR_INPUT_B0 * rvb[core].IIR_ALPHA)/32768L + (g_buffer(rvb[core].IIR_DEST_B0,c… in MixREVERBLeft() local
179 s_buffer1(rvb[core].IIR_DEST_B0, IIR_B0,core); in MixREVERBLeft()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_psf/peops2/
H A Dreverb2.c166 …const int IIR_B0 = (IIR_INPUT_B0 * spu->rvb[core].IIR_ALPHA)/32768L + (g_buffer(spu, spu->rvb[core… in MixREVERBLeft() local
171 s_buffer1(spu, spu->rvb[core].IIR_DEST_B0, IIR_B0,core); in MixREVERBLeft()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dspu.cpp689 …int16 IIR_B0 = ReverbSat((((IIR_INPUT_B0 * IIR_ALPHA) >> 14) + (IIASM(IIR_ALPHA, RD_RVB(IIR_DEST_B… in RunReverb() local
694 WR_RVB(IIR_DEST_B0, IIR_B0); in RunReverb()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dspu.cpp689 …int16 IIR_B0 = ReverbSat((((IIR_INPUT_B0 * IIR_ALPHA) >> 14) + (IIASM(IIR_ALPHA, RD_RVB(IIR_DEST_B… in RunReverb() local
694 WR_RVB(IIR_DEST_B0, IIR_B0); in RunReverb()