Home
last modified time | relevance | path

Searched refs:echoEst32Gained (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c290 uint32_t echoEst32Gained; in WebRtcAecm_ProcessBlock() local
466 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i], in WebRtcAecm_ProcessBlock()
478 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i], in WebRtcAecm_ProcessBlock()
483 echoEst32Gained = (aecm->echoFilt[i] >> tmp16no1) * supGain; in WebRtcAecm_ProcessBlock()
513 if (echoEst32Gained == 0) in WebRtcAecm_ProcessBlock()
523 echoEst32Gained += (uint32_t)(aecm->nearFilt[i] >> 1); in WebRtcAecm_ProcessBlock()
524 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained, in WebRtcAecm_ProcessBlock()
Daecm_core_mips.c805 uint32_t echoEst32Gained; in WebRtcAecm_ProcessBlock() local
978 echoEst32Gained = WEBRTC_SPL_UMUL_32_16((uint32_t)aecm->echoFilt[i], in WebRtcAecm_ProcessBlock()
988 echoEst32Gained = WEBRTC_SPL_UMUL_32_16( in WebRtcAecm_ProcessBlock()
993 echoEst32Gained = (aecm->echoFilt[i] >> tmp16no1) * supGain; in WebRtcAecm_ProcessBlock()
1024 if (echoEst32Gained == 0) { in WebRtcAecm_ProcessBlock()
1032 echoEst32Gained += (uint32_t)(aecm->nearFilt[i] >> 1); in WebRtcAecm_ProcessBlock()
1033 tmpU32 = WebRtcSpl_DivU32U16(echoEst32Gained, in WebRtcAecm_ProcessBlock()