Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c305 int32_t dfw_buf[PART_LEN2 + 8]; in WebRtcAecm_ProcessBlock() local
310 ComplexInt16* dfw = (ComplexInt16*)(((uintptr_t)dfw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
Daecm_core_mips.c818 int32_t dfw_buf[PART_LEN2 + 8]; in WebRtcAecm_ProcessBlock() local
823 ComplexInt16* dfw = (ComplexInt16*)(((uint32_t)dfw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()