Searched refs:echoEst32Gained (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c297 uint32_t echoEst32Gained; local
473 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i],
485 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i],
493 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)WEBRTC_SPL_RSHIFT_W32(
526 if (echoEst32Gained == 0)
536 echoEst32Gained += (uint32_t)(aecm->nearFilt[i] >> 1);
537 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained,
H A Daecm_core_mips.c807 uint32_t echoEst32Gained; local
980 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i],
990 echoEst32Gained = WEBRTC_SPL_UMUL_32_16(
995 echoEst32Gained = WEBRTC_SPL_UMUL_32_16(
1029 if (echoEst32Gained == 0) {
1037 echoEst32Gained += (uint32_t)(aecm->nearFilt[i] >> 1);
1038 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained,
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c1514 WebRtc_UWord32 echoEst32Gained; local
1713 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((WebRtc_UWord32)aecm->echoFilt[i],
1724 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((WebRtc_UWord32)aecm->echoFilt[i],
1730 echoEst32Gained = WEBRTC_SPL_UMUL_32_16(
1762 if (echoEst32Gained == 0)
1772 echoEst32Gained += (WebRtc_UWord32)(aecm->nearFilt[i] >> 1);
1773 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained, (WebRtc_UWord16)aecm->nearFilt[i]);

Completed in 274 milliseconds