Home
last modified time | relevance | path

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

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/
H A DSymMODEcho.cpp62 const float lDelay = m_delayLine[readPos * 2], rDelay = m_delayLine[readPos * 2 + 1]; in Process() local
65 *outL++ = (lDry + lDelay); in Process()
75 lOut = (lDelay + lDry) * m_feedback; in Process()
81 rOut = (lDelay + lDry) * m_feedback; in Process()
84 lOut = (lDelay + (lDry + rDry) * 0.5f) * m_feedback; in Process()
H A DDigiBoosterEcho.cpp49 float lDelay = m_delayLine[readPos * 2], rDelay = m_delayLine[readPos * 2 + 1]; in Process() local
54 al += lDelay * m_NCrossPBack; in Process()
60 ar += lDelay * m_PCrossPBack; in Process()
75 *outL++ = (l * m_NMix + lDelay * m_PMix); in Process()
/dports/audio/cmt/cmt/src/
H A Ddelay.cpp131 unsigned long lDelay = (unsigned long) in runSimpleDelayLine() local
147 = lBufferWriteOffset + poDelayLine->m_lBufferSize - lDelay; in runSimpleDelayLine()
181 unsigned long lDelay = (unsigned long) in runFeedbackDelayLine() local
197 = lBufferWriteOffset + poDelayLine->m_lBufferSize - lDelay; in runFeedbackDelayLine()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/cmt/src/
H A Ddelay.cpp131 unsigned long lDelay = (unsigned long) in runSimpleDelayLine() local
147 = lBufferWriteOffset + poDelayLine->m_lBufferSize - lDelay; in runSimpleDelayLine()
181 unsigned long lDelay = (unsigned long) in runFeedbackDelayLine() local
197 = lBufferWriteOffset + poDelayLine->m_lBufferSize - lDelay; in runFeedbackDelayLine()
/dports/audio/ladspa/ladspa_sdk_1.17/src/plugins/
H A Ddelay.c177 unsigned long lDelay; in runSimpleDelayLine() local
183 lDelay = (unsigned long) in runSimpleDelayLine()
192 = lBufferWriteOffset + psSimpleDelayLine->m_lBufferSize - lDelay; in runSimpleDelayLine()
/dports/astro/phd2/phd2-2.6.10/cameras/
H A DSVBCameraSDK.h664 …tputIOConf(int iCameraID, SVB_TRIG_OUTPUT_PIN pin, SVB_BOOL bPinHigh, long lDelay, long lDuration);
683 …tIOConf(int iCameraID, SVB_TRIG_OUTPUT_PIN pin, SVB_BOOL *bPinHigh, long *lDelay, long *lDuration);
H A DASICamera2.h882 …tputIOConf(int iCameraID, ASI_TRIG_OUTPUT_PIN pin, ASI_BOOL bPinHigh, long lDelay, long lDuration);
901 …tIOConf(int iCameraID, ASI_TRIG_OUTPUT_PIN pin, ASI_BOOL *bPinHigh, long *lDelay, long *lDuration);
/dports/graphics/spectacle/spectacle-21.12.3/src/Gui/
H A DKSWidget.cpp263 int lDelay = mCaptureOnClick->isChecked() ? -1 : (mDelayMsec->value() * 1000); in newScreenshotClicked() local
269 …Q_EMIT newScreenshotRequest(lMode, lDelay, mMousePointer->isChecked(), mWindowDecorations->isCheck… in newScreenshotClicked()
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A DDSPOp.cc5062 long lDelay, long lCount) in DelCrossCorr() argument
5066 lMax = lCount - lDelay; in DelCrossCorr()
5094 lIdx2 = lLoopCntr + lDelay; in DelCrossCorr()
5114 long lDelay, long lCount) in DelCrossCorr() argument
5118 lMax = lCount - lDelay; in DelCrossCorr()
5166 long lDelay; in DelCrossCorr() local
5180 lDelay = lpDelay[lLoopDelay]; in DelCrossCorr()
5181 lMax = lCount - lDelay; in DelCrossCorr()
5207 long lDelay; in DelCrossCorr() local
5221 lDelay = lpDelay[lLoopDelay]; in DelCrossCorr()
[all …]
H A Dcdspop.cc1263 long lDelay, long lCount) in dsp_crosscorr2f() argument
1265 return clDSPOp::DelCrossCorr(fpSrc1, fpSrc2, lDelay, lCount); in dsp_crosscorr2f()
1270 long lDelay, long lCount) in dsp_crosscorr2() argument
1272 return clDSPOp::DelCrossCorr(dpSrc1, dpSrc2, lDelay, lCount); in dsp_crosscorr2()
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/dsp/
H A DDSPVector.hh334 TDSPVector_t CrossCorr (clDSPVector &Src, long lDelay) in CrossCorr() argument
336 return DSP.DelCrossCorr(Ptr(), Src.Ptr(), lDelay, in CrossCorr()
/dports/lang/fpc-source/fpc-3.2.2/packages/os2units/src/
H A Dmmbase.pas1226 lDelay:LongInt;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h1772 virtual HRESULT WINAPI put_AutoVolumeControlRepeatDelay(__LONG32 lDelay) = 0;
1815 … HRESULT (WINAPI *put_AutoVolumeControlRepeatDelay)(ITAutomatedPhoneControl *This,__LONG32 lDelay);
1860 …rol_put_AutoVolumeControlRepeatDelay(This,lDelay) (This)->lpVtbl->put_AutoVolumeControlRepeatDelay… argument
1918 …PhoneControl_put_AutoVolumeControlRepeatDelay_Proxy(ITAutomatedPhoneControl *This,__LONG32 lDelay);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h1772 virtual HRESULT WINAPI put_AutoVolumeControlRepeatDelay(__LONG32 lDelay) = 0;
1815 … HRESULT (WINAPI *put_AutoVolumeControlRepeatDelay)(ITAutomatedPhoneControl *This,__LONG32 lDelay);
1860 …rol_put_AutoVolumeControlRepeatDelay(This,lDelay) (This)->lpVtbl->put_AutoVolumeControlRepeatDelay… argument
1918 …PhoneControl_put_AutoVolumeControlRepeatDelay_Proxy(ITAutomatedPhoneControl *This,__LONG32 lDelay);