Searched refs:channelAdapt32 (Results 1 – 3 of 3) sorted by relevance
334 aecm->channelAdapt32 = (WebRtc_Word32*) (((uintptr_t) in WebRtcAecm_CreateCore()350 aecm->channelAdapt32[i] = WEBRTC_SPL_LSHIFT_W32( in WebRtcAecm_InitEchoPathCore()537 aecm->channelAdapt32[i] = WEBRTC_SPL_LSHIFT_W32( in ResetAdaptiveChannelC()539 aecm->channelAdapt32[i + 1] = WEBRTC_SPL_LSHIFT_W32( in ResetAdaptiveChannelC()541 aecm->channelAdapt32[i + 2] = WEBRTC_SPL_LSHIFT_W32( in ResetAdaptiveChannelC()543 aecm->channelAdapt32[i + 3] = WEBRTC_SPL_LSHIFT_W32( in ResetAdaptiveChannelC()546 aecm->channelAdapt32[i] = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)aecm->channelStored[i], 16); in ResetAdaptiveChannelC()1108 zerosCh = WebRtcSpl_NormU32(aecm->channelAdapt32[i]); in WebRtcAecm_UpdateChannel()1113 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(aecm->channelAdapt32[i], in WebRtcAecm_UpdateChannel()1121 WEBRTC_SPL_RSHIFT_W32(aecm->channelAdapt32[i], shiftChFar), in WebRtcAecm_UpdateChannel()[all …]
290 "r"(&aecm->channelAdapt32[i]): "q10", "q11"); in ResetAdaptiveChannelNeon()293 aecm->channelAdapt32[i] = WEBRTC_SPL_LSHIFT_W32( in ResetAdaptiveChannelNeon()
163 WebRtc_Word32 *channelAdapt32; member