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

  /external/chromium_org/media/base/
sinc_resampler_perftest.cc 25 #define CONVOLVE_FUNC Convolve_SSE
sinc_resampler.h 85 static float Convolve_SSE(const float* input_ptr, const float* k1,
sinc_resampler.cc 88 #define CONVOLVE_FUNC Convolve_SSE
331 float SincResampler::Convolve_SSE(const float* input_ptr, const float* k1,
sinc_resampler_unittest.cc 111 #define CONVOLVE_FUNC Convolve_SSE
134 // benefit of already being properly sized and aligned for Convolve_SSE().
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler.h 107 static float Convolve_SSE(const float* input_ptr, const float* k1,
sinc_resampler_sse.cc 20 float SincResampler::Convolve_SSE(const float* input_ptr, const float* k1,
sinc_resampler.cc 120 #define CONVOLVE_FUNC Convolve_SSE
129 convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ? Convolve_SSE : Convolve_C;
sinc_resampler_unittest.cc 118 #define CONVOLVE_FUNC Convolve_SSE
144 // benefit of already being properly sized and aligned for Convolve_SSE().

Completed in 1596 milliseconds