Home
last modified time | relevance | path

Searched refs:BQ_HIGHSHELF (Results 1 – 4 of 4) sorted by relevance

/device/google/dragon/audio/hal/dsp/tests/
Deq_test.c47 eq_append_biquad(eq, BQ_HIGHSHELF, 8000/NQ, 3, 2); in test_ir()
92 eq_append_biquad(eq, BQ_HIGHSHELF, 8000/NQ, 3, 2); in test_file()
107 eq_append_biquad(eq, BQ_HIGHSHELF, 8000/NQ, 0, 2); in test_file()
Deq2_test.c58 eq2_append_biquad(eq2, 0, BQ_HIGHSHELF, 8000/NQ, 3, 2); in test_file()
64 eq2_append_biquad(eq2, 1, BQ_HIGHSHELF, 8000/NQ, 0, 2); in test_file()
/device/google/dragon/audio/hal/dsp/
Dbiquad.h35 BQ_HIGHSHELF, enumerator
Dbiquad.c353 case BQ_HIGHSHELF: in biquad_set()