Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c29 __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()
Daec_core_sse2.c24 __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()
Daec_core.c141 __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()