Home
last modified time | relevance | path

Searched refs:CONVOLVE_FUNC (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler_unittest.cc119 #define CONVOLVE_FUNC Convolve_SSE macro
121 #define CONVOLVE_FUNC Convolve_NEON macro
127 #if defined(CONVOLVE_FUNC)
149 double result2 = resampler.CONVOLVE_FUNC( in TEST()
158 result2 = resampler.CONVOLVE_FUNC( in TEST()
190 #if defined(CONVOLVE_FUNC) in TEST()
200 resampler.CONVOLVE_FUNC( in TEST()
206 printf(STRINGIZE(CONVOLVE_FUNC) "(unaligned) took %.2fms; which is %.2fx " in TEST()
213 resampler.CONVOLVE_FUNC( in TEST()
219 printf(STRINGIZE(CONVOLVE_FUNC) " (aligned) took %.2fms; which is %.2fx " in TEST()
[all …]
Dsinc_resampler.cc124 #define CONVOLVE_FUNC Convolve_SSE macro
130 #define CONVOLVE_FUNC convolve_proc_ macro
137 #define CONVOLVE_FUNC Convolve_NEON macro
140 #define CONVOLVE_FUNC convolve_proc_ macro
147 #define CONVOLVE_FUNC Convolve_C macro
319 *destination++ = CONVOLVE_FUNC( in Resample()
345 #undef CONVOLVE_FUNC