OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetLevelDbfs
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h
76
int16_t
targetLevelDbfs
,// Q0 (in dB)
gain_control.h
42
int16_t
targetLevelDbfs
; // default 3 (-3 dBOv)
185
* This function sets the config parameters (
targetLevelDbfs
,
201
* This function returns the config parameters (
targetLevelDbfs
,
analog_agc.h
50
int16_t
targetLevelDbfs
; // Target level in -dBfs of envelope (default -3)
analog_agc.c
59
/* The reference input level at which the digital part gives an output of
targetLevelDbfs
[
all
...]
digital_agc.c
63
int16_t
targetLevelDbfs
,// Q0
91
tmp16no1 = analogTarget -
targetLevelDbfs
;
93
maxGain = WEBRTC_SPL_MAX(tmp16no1, (analogTarget -
targetLevelDbfs
));
117
// limiterLvl =
targetLevelDbfs
+ limiterOffset/compRatio
122
limiterLvl =
targetLevelDbfs
+ tmp16no1;
/external/webrtc/webrtc/modules/audio_processing/
gain_control_impl.cc
427
//config.
targetLevelDbfs
= static_cast<int16_t>(-target_level_dbfs_);
428
config.
targetLevelDbfs
= static_cast<int16_t>(target_level_dbfs_);
Completed in 785 milliseconds