Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c309 int32_t* echoEst32 = (int32_t*) (((uintptr_t) echoEst32_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock() local
430 echoEst32); in WebRtcAecm_ProcessBlock()
446 echoEst32); in WebRtcAecm_ProcessBlock()
455 tmp32no1 = echoEst32[i] - aecm->echoFilt[i]; in WebRtcAecm_ProcessBlock()
Daecm_core_mips.c822 int32_t* echoEst32 = (int32_t*)(((uint32_t)echoEst32_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock() local
946 echoEst32); in WebRtcAecm_ProcessBlock()
961 echoEst32); in WebRtcAecm_ProcessBlock()
969 tmp32no1 = echoEst32[i] - aecm->echoFilt[i]; in WebRtcAecm_ProcessBlock()