Searched refs:aIm (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_mips.c | 342 float* aIm = x_fft_buf[1] + xPos; in WebRtcAec_FilterFar_mips() local 434 [aIm] "+r" (aIm), [bRe] "+r" (bRe), [bIm] "+r" (bIm), in WebRtcAec_FilterFar_mips() 460 float* aIm = x_fft_buf[1] + xPos; in WebRtcAec_FilterAdaptation_mips() local 531 [f12] "=&f" (f12), [aRe] "+r" (aRe), [aIm] "+r" (aIm), in WebRtcAec_FilterAdaptation_mips() 588 aIm = h_fft_buf[1] + pos; in WebRtcAec_FilterAdaptation_mips() 639 [fft_tmp] "=&r" (fft_tmp), [aRe] "+r" (aRe), [aIm] "+r" (aIm) in WebRtcAec_FilterAdaptation_mips()
|
D | aec_core_neon.c | 29 __inline static float MulRe(float aRe, float aIm, float bRe, float bIm) { in MulRe() argument 30 return aRe * bRe - aIm * bIm; in MulRe() 33 __inline static float MulIm(float aRe, float aIm, float bRe, float bIm) { in MulIm() argument 34 return aRe * bIm + aIm * bRe; in MulIm()
|
D | aec_core_sse2.c | 24 __inline static float MulRe(float aRe, float aIm, float bRe, float bIm) { in MulRe() argument 25 return aRe * bRe - aIm * bIm; in MulRe() 28 __inline static float MulIm(float aRe, float aIm, float bRe, float bIm) { in MulIm() argument 29 return aRe * bIm + aIm * bRe; in MulIm()
|
D | aec_core.c | 141 __inline static float MulRe(float aRe, float aIm, float bRe, float bIm) { in MulRe() argument 142 return aRe * bRe - aIm * bIm; in MulRe() 145 __inline static float MulIm(float aRe, float aIm, float bRe, float bIm) { in MulIm() argument 146 return aRe * bIm + aIm * bRe; in MulIm()
|
/external/webrtc/talk/media/testdata/ |
D | h264-svc-99-640x360.rtpdump | 6267 G��5�(���B&��*A�QP���m����+6��Yz ic��aIm@T��u =�H~�'�ߍ�HZ(���^
|