From 01c994b48d9e51a70c30f710107923ffa33b1631 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 11 Feb 2016 18:01:40 +0100 Subject: 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 e60de239e..55d1f40da 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