[xiph-commits] r8868 - trunk/speex/libspeex
jm at motherfish-iii.xiph.org
jm at motherfish-iii.xiph.org
Mon Feb 7 14:21:54 PST 2005
Author: jm
Date: 2005-02-07 14:21:53 -0800 (Mon, 07 Feb 2005)
New Revision: 8868
Modified:
trunk/speex/libspeex/lsp.c
Log:
changed 0.0 to 0 for fixed-point version
Modified: trunk/speex/libspeex/lsp.c
===================================================================
--- trunk/speex/libspeex/lsp.c 2005-02-07 22:17:20 UTC (rev 8867)
+++ trunk/speex/libspeex/lsp.c 2005-02-07 22:21:53 UTC (rev 8868)
@@ -430,7 +430,7 @@
/* initialise contents of array */
for(i=0;i<=4*m+1;i++){ /* set contents of buffer to 0 */
- *pw++ = 0.0;
+ *pw++ = 0;
}
/* Set pointers up */
@@ -471,8 +471,8 @@
*(n4+1) = xin1;
*(n4+2) = xin2;
- xin1 = 0.0;
- xin2 = 0.0;
+ xin1 = 0;
+ xin2 = 0;
}
}
#else
More information about the commits
mailing list