Home
last modified time | relevance | path

Searched refs:bq_t (Results 1 – 13 of 13) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/util/
H A Dbiquad.h22 bq_t a1;
40 static inline void eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw,
42 static inline void eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw, in eq_set_params()
59 static inline void ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope,
61 static inline void ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, in ls_set_params()
82 static inline void hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope,
84 static inline void hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, in hs_set_params()
105 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in lp_set_params()
120 static inline void hp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in hp_set_params()
135 static inline void bp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in bp_set_params()
[all …]
H A Dls_filter.h15 bq_t scale;
16 bq_t resonance;
31 static inline void ls_filt_setup(ls_filt *f, ls_filt_type t, bq_t cutoff, in ls_filt_setup()
32 bq_t resonance, bq_t fs) in ls_filt_setup()
57 static inline bq_t ls_filt_run(ls_filt *f, bq_t in) in ls_filt_run()
/dports/audio/swhplugins/ladspa-0.4.17/util/
H A Dbiquad.h22 bq_t a1;
40 static inline void eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw,
42 static inline void eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw,
59 static inline void ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope,
61 static inline void ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope,
82 static inline void hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope,
84 static inline void hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope,
105 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs)
120 static inline void hp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs)
135 static inline void bp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs)
[all …]
H A Dls_filter.h15 bq_t scale;
16 bq_t resonance;
31 static inline void ls_filt_setup(ls_filt *f, ls_filt_type t, bq_t cutoff, in ls_filt_setup()
32 bq_t resonance, bq_t fs) in ls_filt_setup()
57 static inline bq_t ls_filt_run(ls_filt *f, bq_t in) in ls_filt_run()
/dports/audio/swh-lv2/lv2-1.0.16-4-g1aa77e5/util/
H A Dbiquad.h22 bq_t a1;
40 static inline void eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw,
42 static inline void eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw, in eq_set_params()
59 static inline void ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope,
61 static inline void ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, in ls_set_params()
82 static inline void hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope,
84 static inline void hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, in hs_set_params()
105 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in lp_set_params()
120 static inline void hp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in hp_set_params()
135 static inline void bp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in bp_set_params()
[all …]
H A Dls_filter.h15 bq_t scale;
16 bq_t resonance;
31 static inline void ls_filt_setup(ls_filt *f, ls_filt_type t, bq_t cutoff, in ls_filt_setup()
32 bq_t resonance, bq_t fs) in ls_filt_setup()
57 static inline bq_t ls_filt_run(ls_filt *f, bq_t in) in ls_filt_run()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/tap/
H A Dtap_utils.h111 bq_t a1;
112 bq_t a2;
113 bq_t b0;
114 bq_t b1;
115 bq_t b2;
134 eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw, bq_t fs) { in eq_set_params()
151 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) { in lp_set_params()
176 hp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in hp_set_params()
203 ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, bq_t fs) in ls_set_params()
227 hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, bq_t fs) { in hs_set_params()
[all …]
H A Dtap_reverb.h128 typedef BIQUAD_TYPE bq_t; typedef
131 bq_t a1;
132 bq_t a2;
133 bq_t b0;
134 bq_t b1;
135 bq_t b2;
153 eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw, bq_t fs) { in eq_set_params()
156 bq_t cw = cosf(w); in eq_set_params()
157 bq_t sw = sinf(w); in eq_set_params()
169 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) { in lp_set_params()
[all …]
/dports/audio/tap-plugins/tap-plugins-0.7.2/
H A Dtap_utils.h111 bq_t a1;
112 bq_t a2;
113 bq_t b0;
114 bq_t b1;
115 bq_t b2;
134 eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw, bq_t fs) { in eq_set_params()
151 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) { in lp_set_params()
176 hp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in hp_set_params()
203 ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, bq_t fs) in ls_set_params()
227 hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, bq_t fs) { in hs_set_params()
[all …]
H A Dtap_reverb.h128 typedef BIQUAD_TYPE bq_t; typedef
131 bq_t a1;
132 bq_t a2;
133 bq_t b0;
134 bq_t b1;
135 bq_t b2;
153 eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw, bq_t fs) { in eq_set_params()
156 bq_t cw = cosf(w); in eq_set_params()
157 bq_t sw = sinf(w); in eq_set_params()
169 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) { in lp_set_params()
[all …]
/dports/audio/tap-plugins-lv2/tap-lv2-cab6e0d/utils/
H A Dtap_utils.h117 bq_t a1;
118 bq_t a2;
119 bq_t b0;
120 bq_t b1;
121 bq_t b2;
140 eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw, bq_t fs) { in eq_set_params()
157 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) { in lp_set_params()
182 hp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) in hp_set_params()
209 ls_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, bq_t fs) in ls_set_params()
233 hs_set_params(biquad *f, bq_t fc, bq_t gain, bq_t slope, bq_t fs) { in hs_set_params()
[all …]
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DBiquadFilter.h53 bq_t b0;
54 bq_t b1;
55 bq_t b2;
56 bq_t a1;
57 bq_t a2;
109 inline bq_t Apply(const bq_t x) { in Apply()
226 inline bq_t ApplyFB(bq_t x, const bq_t fb) { in ApplyFB()
241 inline bq_t ApplyFB(const biquad_param_t* __restrict param, bq_t x, const bq_t fb) { in ApplyFB()
463 inline void SetParameters(bq_t fc, bq_t bw, bq_t fs) { in SetParameters()
500 inline void SetParameters(bq_t fc, bq_t bw, bq_t fs) { in SetParameters()
[all …]
/dports/audio/tap-plugins-lv2/tap-lv2-cab6e0d/reverb/
H A Dtap_reverb.h128 typedef BIQUAD_TYPE bq_t; typedef
131 bq_t a1;
132 bq_t a2;
133 bq_t b0;
134 bq_t b1;
135 bq_t b2;
153 eq_set_params(biquad *f, bq_t fc, bq_t gain, bq_t bw, bq_t fs) { in eq_set_params()
156 bq_t cw = cosf(w); in eq_set_params()
157 bq_t sw = sinf(w); in eq_set_params()
169 static inline void lp_set_params(biquad *f, bq_t fc, bq_t bw, bq_t fs) { in lp_set_params()
[all …]