Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.h96 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffer member
Daec_core.c481 memset(aec->xfwBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1); in WebRtcAec_InitAec()
922 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in NonLinearProcessing()
925 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, sizeof(xfw)); in NonLinearProcessing()
1190 memmove(aec->xfwBuf + PART_LEN1, aec->xfwBuf, sizeof(aec->xfwBuf) - in NonLinearProcessing()