Searched refs:xfwBuf (Results 1 – 2 of 2) sorted by relevance
81 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
1057 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1); in EchoSuppression()1067 aec->xfwBuf + aec->delayIdx * PART_LEN1, in EchoSuppression()1239 memmove(aec->xfwBuf + PART_LEN1, in EchoSuppression()1240 aec->xfwBuf, in EchoSuppression()1241 sizeof(aec->xfwBuf) - sizeof(complex_t) * PART_LEN1); in EchoSuppression()1695 aec->xfwBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec()