Searched refs:set_coefficient (Results 1 – 1 of 1) sorted by relevance
/device/google/dragon/audio/hal/dsp/ |
D | biquad.c | 30 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() function 48 set_coefficient(bq, 1, 0, 0, 1, 0, 0); in biquad_lowpass() 67 set_coefficient(bq, b0, b1, b2, 1, a1, a2); in biquad_lowpass() 72 set_coefficient(bq, 0, 0, 0, 1, 0, 0); in biquad_lowpass() 83 set_coefficient(bq, 0, 0, 0, 1, 0, 0); in biquad_highpass() 102 set_coefficient(bq, b0, b1, b2, 1, a1, a2); in biquad_highpass() 109 set_coefficient(bq, 1, 0, 0, 1, 0, 0); in biquad_highpass() 134 set_coefficient(bq, b0, b1, b2, a0, a1, a2); in biquad_bandpass() 140 set_coefficient(bq, 1, 0, 0, 1, 0, 0); in biquad_bandpass() 149 set_coefficient(bq, 0, 0, 0, 1, 0, 0); in biquad_bandpass() [all …]
|