[xiph-commits] r10635 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Sun Dec 18 04:54:56 PST 2005
Author: jm
Date: 2005-12-18 04:54:54 -0800 (Sun, 18 Dec 2005)
New Revision: 10635
Modified:
trunk/speex/libspeex/mdf.c
Log:
oops..
Modified: trunk/speex/libspeex/mdf.c
===================================================================
--- trunk/speex/libspeex/mdf.c 2005-12-18 12:53:31 UTC (rev 10634)
+++ trunk/speex/libspeex/mdf.c 2005-12-18 12:54:54 UTC (rev 10635)
@@ -495,7 +495,7 @@
if (Sxx > SHR32(See,2))
Sxx = SHR32(See,2);
#else
- if (Sxx > .25See)
+ if (Sxx > .25*See)
Sxx = .25*See;
#endif
adapt_rate = FLOAT_EXTRACT16(FLOAT_SHL(FLOAT_DIV32(MULT16_32_Q15(M_1,Sxx), See),15));
More information about the commits
mailing list