HomeSort by relevance Sort by last modified time
    Searched refs:SUPGAIN_DEFAULT (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_defines.h 62 #define SUPGAIN_DEFAULT (1 << RESOLUTION_SUPGAIN) /* Default. */
67 #define SUPGAIN_ERROR_PARAM_D SUPGAIN_DEFAULT /* Estimation error parameter */
echo_control_mobile.c 464 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 3;
465 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 3;
474 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 2;
475 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 2;
484 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 1;
485 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 1;
494 aecm->aecmCore->supGain = SUPGAIN_DEFAULT;
495 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT;
502 aecm->aecmCore->supGain = SUPGAIN_DEFAULT << 1;
503 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT << 1
    [all...]
aecm_core.c 494 aecm->supGain = SUPGAIN_DEFAULT;
495 aecm->supGainOld = SUPGAIN_DEFAULT;
    [all...]

Completed in 34 milliseconds