35
35
double kernel_interpolation_factor) {
36
36
--- a/media/base/sinc_resampler.h
37
37
+++ b/media/base/sinc_resampler.h
39
39
// ARM, NEON support is chosen at compile time based on compilation flags.
40
40
static float Convolve_C(const float* input_ptr, const float* k1,
41
41
const float* k2, double kernel_interpolation_factor);