OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supGain
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.c
517
aecm->
supGain
= SUPGAIN_DEFAULT;
[
all
...]
aecm_core.h
119
int16_t
supGain
;
327
// -
supGain
: Suppression gain with which to scale the noise
aecm_core_c.c
327
int16_t
supGain
;
454
supGain
= WebRtcAecm_CalcSuppressionGain(aecm);
466
zeros16 = WebRtcSpl_NormW16(
supGain
) + 1;
474
(uint16_t)
supGain
);
487
supGain
,
496
(uint16_t)
supGain
);
aecm_core_mips.c
[
all
...]
Completed in 198 milliseconds