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/
aec_core.h 96 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffer
aec_core.c 481 memset(aec->xfwBuf, 0, sizeof(complex_t) * NR_PART * PART_LEN1);
920 // |xfwBuf|.
922 memcpy(aec->xfwBuf, xfw_ptr, sizeof(float) * 2 * PART_LEN1);
925 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, sizeof(xfw));
    [all...]

Completed in 260 milliseconds