Home
last modified time | relevance | path

Searched refs:Convolve_NEON (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler.cc137 #define CONVOLVE_FUNC Convolve_NEON
143 Convolve_NEON : Convolve_C; in InitializeCPUSpecificFeatures()
Dsinc_resampler_neon.cc20 float SincResampler::Convolve_NEON(const float* input_ptr, const float* k1, in Convolve_NEON() function in webrtc::SincResampler
Dsinc_resampler.h110 static float Convolve_NEON(const float* input_ptr, const float* k1,
Dsinc_resampler_unittest.cc121 #define CONVOLVE_FUNC Convolve_NEON