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

  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core_sse2.c 46 const __m128 xfBuf_re = _mm_loadu_ps(&aec->xfBuf[0][xPos + j]);
47 const __m128 xfBuf_im = _mm_loadu_ps(&aec->xfBuf[1][xPos + j]);
65 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
67 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
141 aec->wfBuf[pos + j][0] += MulRe(aec->xfBuf[xPos + j][0],
142 -aec->xfBuf[xPos + j][1],
144 aec->wfBuf[pos + j][1] += MulIm(aec->xfBuf[xPos + j][0],
145 -aec->xfBuf[xPos + j][1]
    [all...]
aec_core.h 100 fftw_complex xfBuf[NR_PART * PART_LEN1];
104 float xfBuf[2][NR_PART * PART_LEN1]; // farend fft buffer
aec_core.c 229 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
231 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
272 aec->wfBuf[pos + j][0] += MulRe(aec->xfBuf[xPos + j][0],
273 -aec->xfBuf[xPos + j][1],
275 aec->wfBuf[pos + j][1] += MulIm(aec->xfBuf[xPos + j][0],
276 -aec->xfBuf[xPos + j][1],
282 fft[2 * j] = MulRe(aec->xfBuf[0][xPos + j],
283 -aec->xfBuf[1][xPos + j]
    [all...]

Completed in 117 milliseconds