Home
last modified time | relevance | path

Searched refs:MulIm (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c33 __inline static float MulIm(float aRe, float aIm, float bRe, float bIm) { in MulIm() function
76 y_fft[1][j] += MulIm(x_fft_buf[0][xPos + j], in FilterFarNEON()
Daec_core_sse2.c28 __inline static float MulIm(float aRe, float aIm, float bRe, float bIm) { in MulIm() function
74 y_fft[1][j] += MulIm(x_fft_buf[0][xPos + j], in FilterFarSSE2()
Daec_core.c145 __inline static float MulIm(float aRe, float aIm, float bRe, float bIm) { in MulIm() function
177 y_fft[1][j] += MulIm(x_fft_buf[0][xPos + j], in FilterFar()
238 fft[2 * j + 1] = MulIm(x_fft_buf[0][xPos + j], in FilterAdaptation()