OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BQ_HIGHPASS
(Results
1 - 6
of
6
) sorted by null
/device/google/dragon/audio/hal/dsp/
biquad.h
32
BQ_HIGHPASS
,
crossover.c
178
lr4_set(&xo->hp[i],
BQ_HIGHPASS
, f);
biquad.c
344
case
BQ_HIGHPASS
:
crossover2.c
581
lr42_set(&xo2->hp[i],
BQ_HIGHPASS
, f);
/device/google/dragon/audio/hal/dsp/tests/
eq_test.c
45
eq_append_biquad(eq,
BQ_HIGHPASS
, 218/NQ, 0.7, -10.2);
90
eq_append_biquad(eq,
BQ_HIGHPASS
, 218/NQ, 0.7, -10.2);
106
eq_append_biquad(eq,
BQ_HIGHPASS
, 250/NQ, 0.6578, 0);
eq2_test.c
56
eq2_append_biquad(eq2, 0,
BQ_HIGHPASS
, 218/NQ, 0.7, -10.2);
63
eq2_append_biquad(eq2, 1,
BQ_HIGHPASS
, 250/NQ, 0.6578, 0);
Completed in 2445 milliseconds