[xiph-commits] r10629 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Sat Dec 17 18:47:01 PST 2005
Author: jm
Date: 2005-12-17 18:46:58 -0800 (Sat, 17 Dec 2005)
New Revision: 10629
Modified:
trunk/speex/libspeex/mdf.c
Log:
leak_estimate converted to word16
Modified: trunk/speex/libspeex/mdf.c
===================================================================
--- trunk/speex/libspeex/mdf.c 2005-12-18 00:30:09 UTC (rev 10628)
+++ trunk/speex/libspeex/mdf.c 2005-12-18 02:46:58 UTC (rev 10629)
@@ -420,7 +420,7 @@
#endif
}
-#ifdef FIXED_POINT
+#if 1
spx_word32_t tmp;
tmp = MULT16_32_Q15(QCONST16(.05,15),Syy);
if (tmp > MULT16_32_Q15(QCONST16(.008,15),See))
More information about the commits
mailing list