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

  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.c 494 aecm->supGain = SUPGAIN_DEFAULT;
    [all...]
echo_control_mobile.c 464 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 3;
474 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 2;
484 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 1;
494 aecm->aecmCore->supGain = SUPGAIN_DEFAULT;
502 aecm->aecmCore->supGain = SUPGAIN_DEFAULT << 1;
aecm_core_c.c 320 int16_t supGain;
447 supGain = WebRtcAecm_CalcSuppressionGain(aecm);
459 zeros16 = WebRtcSpl_NormW16(supGain) + 1;
467 (uint16_t)supGain);
479 supGain >> tmp16no1);
483 echoEst32Gained = (aecm->echoFilt[i] >> tmp16no1) * supGain;
aecm_core_mips.c     [all...]
aecm_core.h 119 int16_t supGain;
313 // - supGain : Suppression gain with which to scale the noise

Completed in 214 milliseconds