[xiph-commits] r10614 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Sat Dec 17 04:18:20 PST 2005
Author: jm
Date: 2005-12-17 04:18:18 -0800 (Sat, 17 Dec 2005)
New Revision: 10614
Modified:
trunk/speex/libspeex/pseudofloat.h
Log:
fixing the float version
Modified: trunk/speex/libspeex/pseudofloat.h
===================================================================
--- trunk/speex/libspeex/pseudofloat.h 2005-12-17 12:15:09 UTC (rev 10613)
+++ trunk/speex/libspeex/pseudofloat.h 2005-12-17 12:18:18 UTC (rev 10614)
@@ -286,6 +286,8 @@
#define spx_float_t float
#define FLOAT_ZERO 0.f
+#define FLOAT_ONE 1.f
+#define FLOAT_HALF 0.5f
#define PSEUDOFLOAT(x) (x)
#define FLOAT_MULT(a,b) ((a)*(b))
#define FLOAT_MUL32(a,b) ((a)*(b))
More information about the commits
mailing list