HomeSort by relevance Sort by last modified time
    Searched defs:supGain (Results 1 - 6 of 6) 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...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 656 aecm->supGain = SUPGAIN_DEFAULT;
    [all...]
aecm_core.h 191 WebRtc_Word16 supGain;

Completed in 959 milliseconds