Home
last modified time | relevance | path

Searched refs:BiquadCoeffs (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_asupercut.c29 typedef struct BiquadCoeffs { struct
32 } BiquadCoeffs; typedef
45 BiquadCoeffs coeffs[10];
106 BiquadCoeffs *coeffs = &s->coeffs[0]; in get_coeffs()
117 BiquadCoeffs *coeffs = &s->coeffs[b]; in get_coeffs()
133 BiquadCoeffs *coeffs = &s->coeffs[0]; in get_coeffs()
144 BiquadCoeffs *coeffs = &s->coeffs[b]; in get_coeffs()
170 BiquadCoeffs *coeffs = &s->coeffs[b + j]; in get_coeffs()
204 BiquadCoeffs *coeffs = &s->coeffs[b + j]; in get_coeffs()
248 BiquadCoeffs *coeffs = &s->coeffs[b]; \
Daf_aemphasis.c26 typedef struct BiquadCoeffs { struct
28 } BiquadCoeffs; argument
31 BiquadCoeffs r1;
32 BiquadCoeffs brickw;
70 static inline void biquad_process(BiquadCoeffs *bq, double *dst, const double *src, int nb_samples, in biquad_process()
184 static inline void set_highshelf_rbj(BiquadCoeffs *bq, double freq, double q, double peak, double s… in set_highshelf_rbj()
208 static inline void set_lp_rbj(BiquadCoeffs *bq, double fc, double q, double sr, double gain) in set_lp_rbj()
222 static double freq_gain(BiquadCoeffs *c, double freq, double sr) in freq_gain()
241 BiquadCoeffs coeffs; in config_input()
Daf_acrossover.c48 typedef struct BiquadCoeffs { struct
51 } BiquadCoeffs; typedef
70 BiquadCoeffs lp[MAX_BANDS][20];
71 BiquadCoeffs hp[MAX_BANDS][20];
72 BiquadCoeffs ap[MAX_BANDS][20];
203 static void set_lp(BiquadCoeffs *b, double fc, double q, double sr) in set_lp()
229 static void set_hp(BiquadCoeffs *b, double fc, double q, double sr) in set_hp()
255 static void set_ap(BiquadCoeffs *b, double fc, double q, double sr) in set_ap()
281 static void set_ap1(BiquadCoeffs *b, double fc, double sr) in set_ap1()