[xiph-cvs] cvs commit: speex/libspeex lpc.c

Jean-Marc Valin jm at xiph.org
Fri May 16 22:46:30 PDT 2003



jm          03/05/17 01:46:29

  Modified:    libspeex lpc.c
  Log:
  oops. Shouldn't have removed that in the previous update

Revision  Changes    Path
1.9       +1 -0      speex/libspeex/lpc.c

Index: lpc.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/lpc.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lpc.c	16 May 2003 20:41:49 -0000	1.8
+++ lpc.c	17 May 2003 05:46:29 -0000	1.9
@@ -85,6 +85,7 @@
       r = -ac[i + 1];
       for (j = 0; j < i; j++) 
          r -= lpc[j] * ac[i - j];
+      r /= error;
 
       /*  Update LPC coefficients and total error */
       lpc[i] = r;

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list