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

/external/chromium_org/media/base/
H A Dsinc_resampler_perftest.cc26 #define CONVOLVE_FUNC Convolve_SSE macro
28 #define CONVOLVE_FUNC Convolve_NEON macro
63 #if defined(CONVOLVE_FUNC)
68 &resampler, SincResampler::CONVOLVE_FUNC, true, "optimized_aligned");
70 &resampler, SincResampler::CONVOLVE_FUNC, false, "optimized_unaligned");
74 #undef CONVOLVE_FUNC macro
H A Dsinc_resampler.cc114 #define CONVOLVE_FUNC Convolve_SSE macro
120 #define CONVOLVE_FUNC g_convolve_proc_ macro
131 #define CONVOLVE_FUNC Convolve_NEON macro
135 #define CONVOLVE_FUNC Convolve_C macro
308 *destination++ = CONVOLVE_FUNC(
338 #undef CONVOLVE_FUNC macro
H A Dsinc_resampler_unittest.cc112 #define CONVOLVE_FUNC Convolve_SSE macro
114 #define CONVOLVE_FUNC Convolve_NEON macro
120 #if defined(CONVOLVE_FUNC)
143 double result2 = resampler.CONVOLVE_FUNC(
152 result2 = resampler.CONVOLVE_FUNC(

Completed in 42 milliseconds