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

  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 455 tmp32no1 = echoEst32[i] - aecm->echoFilt[i];
456 aecm->echoFilt[i] += (tmp32no1 * 50) >> 8;
458 zeros32 = WebRtcSpl_NormW32(aecm->echoFilt[i]) + 1;
466 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i],
478 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i],
483 echoEst32Gained = (aecm->echoFilt[i] >> tmp16no1) * supGain;
aecm_core_mips.c     [all...]
aecm_core.h 97 int32_t echoFilt[PART_LEN1];
aecm_core.c 463 memset(aecm->echoFilt, 0, sizeof(aecm->echoFilt));
    [all...]

Completed in 255 milliseconds