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

  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core.h 119 int16_t supGain;
313 // - supGain : Suppression gain with which to scale the noise
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.c 494 aecm->supGain = SUPGAIN_DEFAULT;
    [all...]
aecm_core_mips.c     [all...]

Completed in 231 milliseconds