Searched refs:channelAdapt32 (Results 1 – 4 of 4) sorted by relevance
277 aecm->channelAdapt32 = (int32_t*) (((uintptr_t) in WebRtcAecm_CreateCore()292 aecm->channelAdapt32[i] = (int32_t)aecm->channelAdapt16[i] << 16; in WebRtcAecm_InitEchoPathCore()355 aecm->channelAdapt32[i] = (int32_t)aecm->channelStored[i] << 16; in ResetAdaptiveChannelC()356 aecm->channelAdapt32[i + 1] = (int32_t)aecm->channelStored[i + 1] << 16; in ResetAdaptiveChannelC()357 aecm->channelAdapt32[i + 2] = (int32_t)aecm->channelStored[i + 2] << 16; in ResetAdaptiveChannelC()358 aecm->channelAdapt32[i + 3] = (int32_t)aecm->channelStored[i + 3] << 16; in ResetAdaptiveChannelC()360 aecm->channelAdapt32[i] = (int32_t)aecm->channelStored[i] << 16; in ResetAdaptiveChannelC()920 zerosCh = WebRtcSpl_NormU32(aecm->channelAdapt32[i]); in WebRtcAecm_UpdateChannel()925 tmpU32no1 = WEBRTC_SPL_UMUL_32_16(aecm->channelAdapt32[i], in WebRtcAecm_UpdateChannel()932 tmpU32no1 = (aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()[all …]
179 assert((uintptr_t)(aecm->channelAdapt32) % 32 == 0); in WebRtcAecm_ResetAdaptiveChannelNeon()190 int32_t* start_adapt32_p = aecm->channelAdapt32; in WebRtcAecm_ResetAdaptiveChannelNeon()211 aecm->channelAdapt32[PART_LEN] = (int32_t)aecm->channelStored[PART_LEN] << 16; in WebRtcAecm_ResetAdaptiveChannelNeon()
91 int32_t *channelAdapt32; member
578 temp3 = &(aecm->channelAdapt32[0]); in WebRtcAecm_ResetAdaptiveChannel_mips()609 aecm->channelAdapt32[i] = (int32_t)aecm->channelStored[i] << 16; in WebRtcAecm_ResetAdaptiveChannel_mips()