OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:db_threshold
(Results
1 - 3
of
3
) sorted by null
/device/google/dragon/audio/hal/dsp/
drc_kernel.h
51
float
db_threshold
;
member in struct:drc_kernel
54
* "ratio" portion of the curve. The portion between
db_threshold
and
55
* (
db_threshold
+ db_knee) is the "soft knee" portion of the curve
57
* portion. knee_threshold is db_to_linear(
db_threshold
+ db_knee).
89
float
db_threshold
,
drc_kernel.c
52
dk->
db_threshold
= uninitialized_value;
147
float x_db = dk->
db_threshold
+ dk->db_knee;
177
float
db_threshold
,
180
if (
db_threshold
!= dk->
db_threshold
|| db_knee != dk->db_knee ||
183
dk->
db_threshold
=
db_threshold
;
184
dk->linear_threshold = decibels_to_linear(
db_threshold
);
197
dk->knee_threshold = decibels_to_linear(
db_threshold
+ db_knee);
244
float
db_threshold
,
[
all
...]
drc.c
220
float
db_threshold
= drc_get_param(drc, i, PARAM_THRESHOLD);
local
234
db_threshold
,
Completed in 54 milliseconds