Searched refs:CONVOLVE_FUNC (Results 1 – 2 of 2) sorted by relevance
119 #define CONVOLVE_FUNC Convolve_SSE macro121 #define CONVOLVE_FUNC Convolve_NEON macro127 #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 …]
124 #define CONVOLVE_FUNC Convolve_SSE macro130 #define CONVOLVE_FUNC convolve_proc_ macro137 #define CONVOLVE_FUNC Convolve_NEON macro140 #define CONVOLVE_FUNC convolve_proc_ macro147 #define CONVOLVE_FUNC Convolve_C macro319 *destination++ = CONVOLVE_FUNC( in Resample()345 #undef CONVOLVE_FUNC