shithub: opus

Download patch

ref: 4fd989e8c7596bc6fc5d93864d6062b8938cd813
parent: 124d1cdde5c4f6862aa70fada983d0b4e8fd9e2f
author: Jean-Marc Valin <[email protected]>
date: Fri Mar 28 04:31:33 EDT 2008

ABS16 and ABS32 for the C55

--- a/libcelt/fixed_c5x.h
+++ b/libcelt/fixed_c5x.h
@@ -37,6 +37,12 @@
 
 #include "dsplib.h"
 
+#undef ABS16
+#define ABS16(x) _abss(x)
+
+#undef ABS32
+#define ABS32(x) _labss(x)
+
 #undef MAX16
 #define MAX16(a,b) _max(a,b)