[xiph-commits] r9249 - trunk/speex/libspeex

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Mon May 9 21:12:21 PDT 2005


Author: jm
Date: 2005-05-09 21:12:20 -0700 (Mon, 09 May 2005)
New Revision: 9249

Modified:
   trunk/speex/libspeex/ltp.c
Log:
removed some // comments


Modified: trunk/speex/libspeex/ltp.c
===================================================================
--- trunk/speex/libspeex/ltp.c	2005-05-10 01:36:45 UTC (rev 9248)
+++ trunk/speex/libspeex/ltp.c	2005-05-10 04:12:20 UTC (rev 9249)
@@ -76,7 +76,7 @@
    for (i=0;i<nb_pitch;i+=4)
    {
       /* Compute correlation*/
-      //corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);
+      /*corr[nb_pitch-1-i]=inner_prod(x, _y+i, len);*/
       spx_word32_t sum1=0;
       spx_word32_t sum2=0;
       spx_word32_t sum3=0;
@@ -84,7 +84,7 @@
       const spx_word16_t *y = _y+i;
       const spx_word16_t *x = _x;
       spx_word16_t y0, y1, y2, y3;
-      //y0=y[0];y1=y[1];y2=y[2];y3=y[3];
+      /*y0=y[0];y1=y[1];y2=y[2];y3=y[3];*/
       y0=*y++;
       y1=*y++;
       y2=*y++;



More information about the commits mailing list