OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Convolve_SSE
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h
106
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
124
#define CONVOLVE_FUNC
Convolve_SSE
133
convolve_proc_ = WebRtc_GetCPUInfo(kSSE2) ?
Convolve_SSE
: Convolve_C;
sinc_resampler_unittest.cc
119
#define CONVOLVE_FUNC
Convolve_SSE
145
// benefit of already being properly sized and aligned for
Convolve_SSE
().
Completed in 171 milliseconds