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

  /external/chromium_org/media/base/
sinc_resampler.h 87 static float Convolve_C(const float* input_ptr, const float* k1,
sinc_resampler_perftest.cc 61 &resampler, SincResampler::Convolve_C, true, "unoptimized_aligned");
sinc_resampler.cc 127 g_convolve_proc_ = base::CPU().has_sse() ? Convolve_SSE : Convolve_C;
135 #define CONVOLVE_FUNC Convolve_C
353 float SincResampler::Convolve_C(const float* input_ptr, const float* k1,
sinc_resampler_unittest.cc 134 // The optimized Convolve methods are slightly more precise than Convolve_C(),
140 double result = resampler.Convolve_C(
149 result = resampler.Convolve_C(

Completed in 43 milliseconds