OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUPGAIN_DEFAULT
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c
565
aecm->aecmCore->supGain =
SUPGAIN_DEFAULT
>> 3;
566
aecm->aecmCore->supGainOld =
SUPGAIN_DEFAULT
>> 3;
575
aecm->aecmCore->supGain =
SUPGAIN_DEFAULT
>> 2;
576
aecm->aecmCore->supGainOld =
SUPGAIN_DEFAULT
>> 2;
585
aecm->aecmCore->supGain =
SUPGAIN_DEFAULT
>> 1;
586
aecm->aecmCore->supGainOld =
SUPGAIN_DEFAULT
>> 1;
595
aecm->aecmCore->supGain =
SUPGAIN_DEFAULT
;
596
aecm->aecmCore->supGainOld =
SUPGAIN_DEFAULT
;
603
aecm->aecmCore->supGain =
SUPGAIN_DEFAULT
<< 1;
604
aecm->aecmCore->supGainOld =
SUPGAIN_DEFAULT
<< 1
[
all
...]
aecm_core.h
78
#define
SUPGAIN_DEFAULT
(1 << RESOLUTION_SUPGAIN) // Default suppression gain
81
#define SUPGAIN_ERROR_PARAM_D
SUPGAIN_DEFAULT
// Estimation error parameter
aecm_core.c
656
aecm->supGain =
SUPGAIN_DEFAULT
;
657
aecm->supGainOld =
SUPGAIN_DEFAULT
;
[
all
...]
Completed in 36 milliseconds