Home
last modified time | relevance | path

Searched refs:channelAdapt32 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c277 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 …]
Daecm_core_neon.c179 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()
Daecm_core.h91 int32_t *channelAdapt32; member
Daecm_core_mips.c578 temp3 = &(aecm->channelAdapt32[0]); in WebRtcAecm_ResetAdaptiveChannel_mips()
609 aecm->channelAdapt32[i] = (int32_t)aecm->channelStored[i] << 16; in WebRtcAecm_ResetAdaptiveChannel_mips()