Searched defs:CONVOLVE_FUNC (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/base/
H A Dsinc_resampler_perftest.cc25 #define CONVOLVE_FUNC Convolve_SSE macro
27 #define CONVOLVE_FUNC Convolve_NEON macro
62 #if defined(CONVOLVE_FUNC)
64 &resampler, SincResampler::CONVOLVE_FUNC, true, "optimized_aligned");
66 &resampler, SincResampler::CONVOLVE_FUNC, false, "optimized_unaligned");
70 #undef CONVOLVE_FUNC macro
H A Dsinc_resampler.cc88 #define CONVOLVE_FUNC Convolve_SSE macro
91 #define CONVOLVE_FUNC Convolve_NEON macro
93 #define CONVOLVE_FUNC Convolve_C macro
271 *destination++ = CONVOLVE_FUNC(
H A Dsinc_resampler_unittest.cc111 #define CONVOLVE_FUNC Convolve_SSE macro
113 #define CONVOLVE_FUNC Convolve_NEON macro
119 #if defined(CONVOLVE_FUNC)
138 double result2 = resampler.CONVOLVE_FUNC(
147 result2 = resampler.CONVOLVE_FUNC(
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler.cc120 #define CONVOLVE_FUNC Convolve_SSE macro
126 #define CONVOLVE_FUNC convolve_proc_ macro
134 #define CONVOLVE_FUNC Convolve_NEON macro
139 #define CONVOLVE_FUNC convolve_proc_ macro
148 #define CONVOLVE_FUNC Convolve_C macro
319 *destination++ = CONVOLVE_FUNC(
345 #undef CONVOLVE_FUNC macro
H A Dsinc_resampler_unittest.cc118 #define CONVOLVE_FUNC Convolve_SSE macro
120 #define CONVOLVE_FUNC Convolve_NEON macro
126 #if defined(CONVOLVE_FUNC)
148 double result2 = resampler.CONVOLVE_FUNC(
157 result2 = resampler.CONVOLVE_FUNC(
189 #if defined(CONVOLVE_FUNC)
199 resampler.CONVOLVE_FUNC(
205 printf(STRINGIZE(CONVOLVE_FUNC) "(unaligned) took %.2fms; which is %.2fx "
212 resampler.CONVOLVE_FUNC(
218 printf(STRINGIZE(CONVOLVE_FUNC) " (aligne
227 #undef CONVOLVE_FUNC macro
[all...]

Completed in 1061 milliseconds