Searched refs:MulIm (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 33 __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()
|
D | aec_core_sse2.c | 28 __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()
|
D | aec_core.c | 145 __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()
|