From 71766ef7a451a48536255c62c273b037ebcb2c42 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Mon, 17 Jun 2013 00:44:12 -0400 Subject: Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1) --- celt/x86/pitch_sse.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'celt/x86') diff --git a/celt/x86/pitch_sse.h b/celt/x86/pitch_sse.h index 4512665c..d2413980 100644 --- a/celt/x86/pitch_sse.h +++ b/celt/x86/pitch_sse.h @@ -72,7 +72,7 @@ static inline void xcorr_kernel(const opus_val16 *x, const opus_val16 *y, opus_v } #define OVERRIDE_DUAL_INNER_PROD -static inline opus_val32 dual_inner_prod(const opus_val16 *x, const opus_val16 *y1, const opus_val16 *y2, int N) +static inline opus_val32 dual_inner_prod(const opus_val16 *x, const opus_val16 *y01, const opus_val16 *y02, int N) { int i; __m128 xsum1, xsum2; @@ -82,8 +82,8 @@ static inline opus_val32 dual_inner_prod(const opus_val16 *x, const opus_val16 * for (i=0;i