Searched refs:biquad_type (Results 1 – 8 of 8) sorted by relevance
/device/google/dragon/audio/hal/dsp/ |
D | biquad.h | 29 enum biquad_type { enum 50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
|
D | eq.h | 41 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q,
|
D | eq2.h | 43 enum biquad_type type, float freq, float Q, float gain);
|
D | eq.c | 25 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q, in eq_append_biquad()
|
D | crossover.c | 9 static void lr4_set(struct lr4 *lr4, enum biquad_type type, float freq) in lr4_set()
|
D | biquad.c | 330 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q, in biquad_set()
|
D | eq2.c | 34 enum biquad_type type, float freq, float Q, float gain) in eq2_append_biquad()
|
D | crossover2.c | 10 static void lr42_set(struct lr42 *lr42, enum biquad_type type, float freq) in lr42_set()
|