Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_internal.h81 complex_t xfwBuf[kExtendedNumPartitions * PART_LEN1]; member
Daec_core.c1057 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()