OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_to_linear
(Results
1 - 2
of
2
) sorted by null
/device/google/dragon/audio/hal/dsp/
drc_math.c
7
float
db_to_linear
[201]; /* from -100dB to 100dB */
variable
13
db_to_linear
[i + 100] = pow(10, i/20.0);
drc_math.h
51
extern float
db_to_linear
[201]; /* from -100dB to 100dB */
103
return ((A3 * x + A2)*x2 + (A1 * x + A0)) *
db_to_linear
[i+100];
Completed in 351 milliseconds