Searched refs:xfwBuf (Results 1 – 2 of 2) sorted by relevance
96 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffer member
481 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()