Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_internal.h76 float xfBuf[2][kExtendedNumPartitions * PART_LEN1]; // farend fft buffer member
Daec_core.c1380 memcpy(aec->xfBuf[0] + aec->xfBufBlockPos * PART_LEN1, in ProcessBlock()
1383 memcpy(aec->xfBuf[1] + aec->xfBufBlockPos * PART_LEN1, in ProcessBlock()
1395 aec->xfBuf, in ProcessBlock()
1690 memset(aec->xfBuf, 0, sizeof(complex_t) * kExtendedNumPartitions * PART_LEN1); in WebRtcAec_InitAec()