[xiph-commits] r9294 - trunk/speex/libspeex
jm at motherfish-iii.xiph.org
jm at motherfish-iii.xiph.org
Fri May 20 09:51:02 PDT 2005
Author: jm
Date: 2005-05-20 09:51:00 -0700 (Fri, 20 May 2005)
New Revision: 9294
Modified:
trunk/speex/libspeex/mdf.c
Log:
comments
Modified: trunk/speex/libspeex/mdf.c
===================================================================
--- trunk/speex/libspeex/mdf.c 2005-05-19 15:00:02 UTC (rev 9293)
+++ trunk/speex/libspeex/mdf.c 2005-05-20 16:51:00 UTC (rev 9294)
@@ -304,8 +304,8 @@
out[i] = tmp_out;
}
- /* This bit of code provides faster adaptation by doing a projection of the previous gradient on the
- "MMSE surface" */
+ /* This bit of code is optional and provides faster adaptation by doing a projection
+ of the previous gradient on the "MMSE surface" */
if (1)
{
float Sge, Sgg, Syy;
More information about the commits
mailing list