Searched defs:echoEst32Gained (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c290 uint32_t echoEst32Gained; local
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;
513 if (echoEst32Gained == 0)
523 echoEst32Gained += (uint32_t)(aecm->nearFilt[i] >> 1);
524 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained,
H A Daecm_core_mips.c805 uint32_t echoEst32Gained; local
978 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i],
988 echoEst32Gained = WEBRTC_SPL_UMUL_32_16(
993 echoEst32Gained = (aecm->echoFilt[i] >> tmp16no1) * supGain;
1024 if (echoEst32Gained == 0) {
1032 echoEst32Gained += (uint32_t)(aecm->nearFilt[i] >> 1);
1033 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained,

Completed in 91 milliseconds