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

  /external/chromium_org/media/base/
sinc_resampler_perftest.cc 27 #define CONVOLVE_FUNC Convolve_NEON
sinc_resampler.h 89 static float Convolve_NEON(const float* input_ptr, const float* k1,
sinc_resampler.cc 91 #define CONVOLVE_FUNC Convolve_NEON
368 float SincResampler::Convolve_NEON(const float* input_ptr, const float* k1,
sinc_resampler_unittest.cc 113 #define CONVOLVE_FUNC Convolve_NEON
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler_neon.cc 20 float SincResampler::Convolve_NEON(const float* input_ptr, const float* k1,
sinc_resampler.h 111 static float Convolve_NEON(const float* input_ptr, const float* k1,
sinc_resampler.cc 134 #define CONVOLVE_FUNC Convolve_NEON
143 Convolve_NEON : Convolve_C;
sinc_resampler_unittest.cc 120 #define CONVOLVE_FUNC Convolve_NEON

Completed in 65 milliseconds