Searched refs:MulIm (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_core_sse2.c | 29 __inline static float MulIm(float aRe, float aIm, float bRe, float bIm) in MulIm() function 69 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j], in FilterFarSSE2()
|
D | aec_core.c | 134 __inline static float MulIm(float aRe, float aIm, float bRe, float bIm) in MulIm() function 258 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j], in FilterFar() 328 fft[2 * j + 1] = MulIm(aec->xfBuf[0][xPos + j], in FilterAdaptation()
|