Home
last modified time | relevance | path

Searched refs:RBJ (Results 1 – 25 of 79) sorted by relevance

1234

/dports/audio/caps-plugins/caps-0.4.5/dsp/
H A DRBJ.h34 namespace RBJ {
37 class RBJ
44 RBJ (double f, double _Q) in RBJ() function
80 : public RBJ
83 LP (double f, double Q, BiQuad & bq) : RBJ (f, Q) in LP()
106 : public RBJ
109 BP (double f, double Q, BiQuad & bq) : RBJ (f, Q) in BP()
132 : public RBJ
158 : public RBJ
186 : public RBJ
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/dsp/
H A DRBJ.h34 namespace RBJ {
37 class RBJ
44 RBJ (double f, double _Q) in RBJ() function
80 : public RBJ
83 LP (double f, double Q, BiQuad & bq) : RBJ (f, Q) in LP()
106 : public RBJ
109 BP (double f, double Q, BiQuad & bq) : RBJ (f, Q) in BP()
132 : public RBJ
158 : public RBJ
186 : public RBJ
[all …]
/dports/audio/caps-lv2/caps-lv2-5d52a0c/dsp/
H A DRBJ.h32 namespace RBJ {
35 class RBJ
42 RBJ (double f, double _Q) in RBJ() function
78 : public RBJ
82 LP (double f, double Q, T& filter) : RBJ (f, Q) in LP()
101 : public RBJ
124 : public RBJ
147 : public RBJ
170 : public RBJ
196 : public RBJ
[all …]
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/plugins/wolf-shaper/Libs/DSPFilters/include/DspFilters/
H A DRBJ.h53 namespace RBJ {
275 struct LowPass : TypeI <RBJ::LowPass>
281 struct HighPass : TypeI <RBJ::HighPass>
287 struct BandPass1 : TypeII <RBJ::BandPass1>
293 struct BandPass2 : TypeII <RBJ::BandPass2>
299 struct BandStop : TypeII <RBJ::BandStop>
305 struct LowShelf : TypeIII <RBJ::LowShelf>
311 struct HighShelf : TypeIII <RBJ::HighShelf>
317 struct BandShelf : TypeIV <RBJ::BandShelf>
323 struct AllPass : TypeI <RBJ::AllPass>
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/plugins/wolf-shaper/Libs/DSPFilters/source/
H A DDocumentation.cpp314 <Dsp::RBJ::Design::LowPass, 2> (1024); in UsageExamples()
327 Dsp::SmoothedFilterDesign <Dsp::RBJ::Design::LowPass, 2> f (1024); in UsageExamples()
400 Dsp::SimpleFilter <Dsp::RBJ::LowPass> f; in UsageExamples()
423 Dsp::RBJ::LowPass f; in UsageExamples()
/dports/audio/caps-lv2/caps-lv2-5d52a0c/
H A DClick.cc115 DSP::RBJ::LP(8000*over_fs, .2, lp); in initsimple()
123 DSP::RBJ::BP(f, 22*g, peaks[i]); in initsimple()
127 DSP::RBJ::BP(150*over_fs, 3.8, bp); in initsimple()
130 DSP::RBJ::PeakingEQ(1000*over_fs, 1.8, 24, post); in initsimple()
181 DSP::RBJ::HP(1520*over_fs, .7, hp); in initparfilt()
211 DSP::RBJ::BP(f*over_fs,2.5,lp); in initsine()
287 DSP::RBJ::LP(3000*over_fs,1.5,lp); in init()
H A DNoisegate.cc86 DSP::RBJ::BP (f_mains*over_fs, 5, humfilter[0]); in cycle()
87 DSP::RBJ::BP (f_mains*over_fs, 1, humfilter[1]); in cycle()
H A DSaturate.cc250 DSP::RBJ::BP(2*lo.f,.7,shape[0]); in cycle()
257 DSP::RBJ::HP(2*hi.f,.7,shape[1]); in cycle()
376 DSP::RBJ::BP(2*lo.f,.7,chan[c].shape[0]); in cycle()
386 DSP::RBJ::BP(2*hi.f,.7,chan[c].shape[1]); in cycle()
H A DAmp.cc40 DSP::RBJ::LP (1*over_fs, .7, biaslp); in init()
105 DSP::RBJ::LP ((500+6500*bright*bright)/(over.Ratio*fs), .7, lp); in subcycle()
H A DEq.cc293 DSP::RBJ::LoShelve(f,Q,gain,c); in updatestate()
295 DSP::RBJ::PeakingEQ(f,Q,gain,c); in updatestate()
297 DSP::RBJ::HiShelve(f,Q,gain,c); in updatestate()
H A DAutoFilter.cc51 DSP::RBJ::LP (.001, .5, smoothenv); in init()
H A DPan.cc52 DSP::RBJ::AllPass (fc[i]*over_fs, .707, ap[i]); in activate()
/dports/audio/sox/sox-14.4.2/
H A DFEATURES.in51 ** allpass: RBJ all-pass biquad IIR filter
52 ** bandpass: RBJ band-pass biquad IIR filter
53 ** bandreject: RBJ band-reject biquad IIR filter
55 ** bass: Tone control: RBJ shelving biquad IIR filter
56 ** equalizer: RBJ peaking equalisation biquad IIR filter
58 ** highpass: High-pass filter: Single pole or RBJ biquad IIR
60 ** lowpass: Low-pass filter: single pole or RBJ biquad IIR
62 ** treble: Tone control: RBJ shelving biquad IIR filter
H A DREADME102 o allpass: RBJ all-pass biquad IIR filter
103 o bandpass: RBJ band-pass biquad IIR filter
104 o bandreject: RBJ band-reject biquad IIR filter
106 o bass: Tone control: RBJ shelving biquad IIR filter
107 o equalizer: RBJ peaking equalisation biquad IIR filter
109 o highpass: High-pass filter: Single pole or RBJ biquad IIR
111 o lowpass: Low-pass filter: single pole or RBJ biquad IIR
113 o treble: Tone control: RBJ shelving biquad IIR filter
/dports/audio/caps-plugins/caps-0.4.5/
H A DAmp.cc80 DSP::RBJ::LoShelve (200 / fs, .2, -3, filter.a, filter.b); in init()
327 DSP::RBJ::LoShelve (210. / fs, .2, -1, filter[0].a, filter[0].b); in init()
328 DSP::RBJ::LoShelve (4200. / fs, 1.2, +6, filter[1].a, filter[1].b); in init()
329 DSP::RBJ::LoShelve (420. / fs, .2, +2, filter[2].a, filter[2].b); in init()
333 DSP::RBJ::LP (10. / fs, .3, power_cap[i].a, power_cap[i].b); in init()
347 DSP::RBJ::LoShelve (210. / fs, .2, cut, filter[0].a, filter[0].b); in one_cycle()
355 DSP::RBJ::LoShelve (f / fs, q, db, filter[2].a, filter[2].b); in one_cycle()
497 DSP::RBJ::LP (10. / fs, .3, power_cap[i].a, power_cap[i].b); in init()
H A DPreamp.cc38 DSP::RBJ::LoShelve (200 / fs, .2, -6, filter.a, filter.b); in init()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/
H A DAmp.cc80 DSP::RBJ::LoShelve (200 / fs, .2, -3, filter.a, filter.b); in init()
327 DSP::RBJ::LoShelve (210. / fs, .2, -1, filter[0].a, filter[0].b); in init()
328 DSP::RBJ::LoShelve (4200. / fs, 1.2, +6, filter[1].a, filter[1].b); in init()
329 DSP::RBJ::LoShelve (420. / fs, .2, +2, filter[2].a, filter[2].b); in init()
333 DSP::RBJ::LP (10. / fs, .3, power_cap[i].a, power_cap[i].b); in init()
347 DSP::RBJ::LoShelve (210. / fs, .2, cut, filter[0].a, filter[0].b); in one_cycle()
355 DSP::RBJ::LoShelve (f / fs, q, db, filter[2].a, filter[2].b); in one_cycle()
497 DSP::RBJ::LP (10. / fs, .3, power_cap[i].a, power_cap[i].b); in init()
H A DPreamp.cc38 DSP::RBJ::LoShelve (200 / fs, .2, -6, filter.a, filter.b); in init()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dxstormy16-opc.c820 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
844 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
862 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dxstormy16-opc.c808 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
832 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
850 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dxstormy16-opc.c820 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
844 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
862 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dxstormy16-opc.c809 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
833 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
851 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dxstormy16-opc.c808 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
832 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
850 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dxstormy16-opc.c808 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
832 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
850 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dxstormy16-opc.c809 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
833 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },
851 { { MNEM, ' ', OP (RBJ), ',', OP (RD), 0 } },

1234