Home
last modified time | relevance | path

Searched refs:biquad_type (Results 1 – 8 of 8) sorted by relevance

/device/google/dragon/audio/hal/dsp/
Dbiquad.h29 enum biquad_type { enum
50 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q,
Deq.h41 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q,
Deq2.h43 enum biquad_type type, float freq, float Q, float gain);
Deq.c25 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q, in eq_append_biquad()
Dcrossover.c9 static void lr4_set(struct lr4 *lr4, enum biquad_type type, float freq) in lr4_set()
Dbiquad.c330 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q, in biquad_set()
Deq2.c34 enum biquad_type type, float freq, float Q, float gain) in eq2_append_biquad()
Dcrossover2.c10 static void lr42_set(struct lr42 *lr42, enum biquad_type type, float freq) in lr42_set()