Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c306 int32_t efw_buf[PART_LEN2 + 8]; in WebRtcAecm_ProcessBlock() local
311 ComplexInt16* efw = (ComplexInt16*)(((uintptr_t)efw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
Daecm_core_mips.c819 int32_t efw_buf[PART_LEN2 + 8]; in WebRtcAecm_ProcessBlock() local
824 ComplexInt16* efw = (ComplexInt16*)(((uint32_t)efw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()