HomeSort by relevance Sort by last modified time
    Searched refs:CONVOLVE_FUNC (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.cc 124 #define CONVOLVE_FUNC Convolve_SSE
130 #define CONVOLVE_FUNC convolve_proc_
137 #define CONVOLVE_FUNC Convolve_NEON
140 #define CONVOLVE_FUNC convolve_proc_
147 #define CONVOLVE_FUNC Convolve_C
319 *destination++ = CONVOLVE_FUNC(
345 #undef CONVOLVE_FUNC
sinc_resampler_unittest.cc 119 #define CONVOLVE_FUNC Convolve_SSE
121 #define CONVOLVE_FUNC Convolve_NEON
127 #if defined(CONVOLVE_FUNC)
149 double result2 = resampler.CONVOLVE_FUNC(
158 result2 = resampler.CONVOLVE_FUNC(
190 #if defined(CONVOLVE_FUNC)
200 resampler.CONVOLVE_FUNC(
206 printf(STRINGIZE(CONVOLVE_FUNC) "(unaligned) took %.2fms; which is %.2fx "
213 resampler.CONVOLVE_FUNC(
219 printf(STRINGIZE(CONVOLVE_FUNC) " (aligned) took %.2fms; which is %.2fx
    [all...]

Completed in 124 milliseconds