Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c304 int32_t echoEst32_buf[PART_LEN1 + 8]; in WebRtcAecm_ProcessBlock() local
309 int32_t* echoEst32 = (int32_t*) (((uintptr_t) echoEst32_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock()
Daecm_core_mips.c817 int32_t echoEst32_buf[PART_LEN1 + 8]; in WebRtcAecm_ProcessBlock() local
822 int32_t* echoEst32 = (int32_t*)(((uint32_t)echoEst32_buf + 31) & ~ 31); in WebRtcAecm_ProcessBlock()