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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core.c 517 aecm->supGain = SUPGAIN_DEFAULT;
    [all...]
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);
echo_control_mobile.c 498 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 3;
508 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 2;
518 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 1;
528 aecm->aecmCore->supGain = SUPGAIN_DEFAULT;
536 aecm->aecmCore->supGain = SUPGAIN_DEFAULT << 1;
aecm_core_mips.c     [all...]
aecm_core.h 119 int16_t supGain;
327 // - supGain : Suppression gain with which to scale the noise
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 656 aecm->supGain = SUPGAIN_DEFAULT;
    [all...]
echo_control_mobile.c 565 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 3;
575 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 2;
585 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 1;
595 aecm->aecmCore->supGain = SUPGAIN_DEFAULT;
603 aecm->aecmCore->supGain = SUPGAIN_DEFAULT << 1;
aecm_core.h 191 WebRtc_Word16 supGain;

Completed in 59 milliseconds