Searched refs:biquad_set (Results 1 – 6 of 6) sorted by relevance
/device/google/dragon/audio/hal/dsp/ |
D | biquad.h | 50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
|
D | eq2.c | 23 biquad_set(&eq2->biquad[i][j], BQ_NONE, 0, 0, 0); in eq2_new() 38 biquad_set(&eq2->biquad[eq2->n[channel]++][channel], type, freq, Q, in eq2_append_biquad()
|
D | eq.c | 30 biquad_set(&eq->biquad[eq->n++], type, freq, Q, gain); in eq_append_biquad()
|
D | crossover.c | 12 biquad_set(&q, type, freq, 0, 0); in lr4_set()
|
D | biquad.c | 330 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q, in biquad_set() function
|
D | crossover2.c | 13 biquad_set(&q, type, freq, 0, 0); in lr42_set()
|