Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c1533 WebRtc_Word32* echoEst32 = (WebRtc_Word32*) (((uintptr_t) echoEst32_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock() local
1676 echoEst32); in WebRtcAecm_ProcessBlock()
1686 WebRtcAecm_UpdateChannel(aecm, far_spectrum_ptr, zerosXBuf, dfaNoisy, mu, echoEst32); in WebRtcAecm_ProcessBlock()
1704 tmp32no1 = echoEst32[i] - aecm->echoFilt[i]; in WebRtcAecm_ProcessBlock()