Searched refs:MulRe (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 29 __inline static float MulRe(float aRe, float aIm, float bRe, float bIm) { in MulRe() function 72 y_fft[0][j] += MulRe(x_fft_buf[0][xPos + j], in FilterFarNEON() 227 fft[1] = MulRe(x_fft_buf[0][xPos + PART_LEN], in FilterAdaptationNEON()
|
D | aec_core_sse2.c | 24 __inline static float MulRe(float aRe, float aIm, float bRe, float bIm) { in MulRe() function 70 y_fft[0][j] += MulRe(x_fft_buf[0][xPos + j], in FilterFarSSE2() 191 fft[1] = MulRe(x_fft_buf[0][xPos + PART_LEN], in FilterAdaptationSSE2()
|
D | aec_core.c | 141 __inline static float MulRe(float aRe, float aIm, float bRe, float bIm) { in MulRe() function 173 y_fft[0][j] += MulRe(x_fft_buf[0][xPos + j], in FilterFar() 234 fft[2 * j] = MulRe(x_fft_buf[0][xPos + j], in FilterAdaptation() 243 fft[1] = MulRe(x_fft_buf[0][xPos + PART_LEN], in FilterAdaptation()
|