From 188c0811de402e00ee4cbc0e8cdb03ea8dc1dfd9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 11 Feb 2016 18:01:40 +0100 Subject: [PATCH] resample: fix double interpolation sse code We were only reading 2 filter taps and we need to read 4 to do cubic interpolation. --- gst/audioresample/resample_sse.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gst/audioresample/resample_sse.h b/gst/audioresample/resample_sse.h index e60de239e5..55d1f40da8 100644 --- a/gst/audioresample/resample_sse.h +++ b/gst/audioresample/resample_sse.h @@ -168,13 +168,13 @@ static inline double interpolate_product_double(const double *a, const double *b { for(;i