HomeSort by relevance Sort by last modified time
    Searched refs:xfwBuf (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.h 108 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffer
aec_core.c 425 memset(aec->xfwBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1);
853 memcpy(aec->xfwBuf, xfw, sizeof(xfw));
856 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, sizeof(xfw));
    [all...]

Completed in 224 milliseconds