Home
last modified time | relevance | path

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

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DLanczosResampler.cpp18 float LanczosResampler::lanczosTable alignas(
19 16)[LanczosResampler::tableObs][LanczosResampler::filterWidth];
20 float LanczosResampler::lanczosTableDX alignas(
21 16)[LanczosResampler::tableObs][LanczosResampler::filterWidth];
23 bool LanczosResampler::tablesInitialized = false;
25 size_t LanczosResampler::populateNext(float *fL, float *fR, size_t max) in populateNext()
37 void LanczosResampler::populateNextBlockSizeOS(float *fL, float *fR) in populateNextBlockSizeOS()
H A DLanczosResampler.h31 struct LanczosResampler struct
57 LanczosResampler(float inputRate, float outputRate) : sri(inputRate), sro(outputRate) in LanczosResampler() argument
H A DTwistOscillator.h94 LanczosResampler lancRes;
/dports/emulators/stella/stella-6.6/src/common/audio/
H A DLanczosResampler.cxx56 LanczosResampler::LanczosResampler( in LanczosResampler() function in LanczosResampler
93 void LanczosResampler::precomputeKernels() in precomputeKernels()
126 void LanczosResampler::fillFragment(float* fragment, uInt32 length) in fillFragment()
179 inline void LanczosResampler::shiftSamples(uInt32 samplesToShift) in shiftSamples()
H A DLanczosResampler.hxx26 class LanczosResampler : public Resampler class
29 LanczosResampler(
H A Dmodule.mk6 src/common/audio/LanczosResampler.o \
/dports/emulators/stella/stella-6.6/src/common/
H A DSoundSDL2.cxx375 myResampler = make_unique<LanczosResampler>(formatFrom, formatTo, nextFragmentCallback, 2); in initResampler()
379 myResampler = make_unique<LanczosResampler>(formatFrom, formatTo, nextFragmentCallback, 3); in initResampler()
/dports/emulators/stella/stella-6.6/src/macos/stella.xcodeproj/
H A Dproject.pbxproj756 …20A64E96000B614E /* LanczosResampler.hxx in Headers */ = {isa = PBXBuildFile; fileRef = E0DCD3A320…
757 …20A64E96000B614E /* LanczosResampler.cxx in Sources */ = {isa = PBXBuildFile; fileRef = E0DCD3A420…
1571LanczosResampler.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod…
1572LanczosResampler.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod…
2412 E0DCD3A420A64E95000B614E /* LanczosResampler.cxx */,
2413 E0DCD3A320A64E95000B614E /* LanczosResampler.hxx */,
2712 E0DCD3A720A64E96000B614E /* LanczosResampler.hxx in Headers */,
3404 E0DCD3A820A64E96000B614E /* LanczosResampler.cxx in Sources */,
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/headless/
H A DUnitTestsDSP.cpp896 LanczosResampler lr(48000, 88100);