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

jm at svn.xiph.org jm at svn.xiph.org
Thu Jun 15 04:57:24 PDT 2006


Author: jm
Date: 2006-06-15 04:57:22 -0700 (Thu, 15 Jun 2006)
New Revision: 11578

Modified:
   trunk/speex/libspeex/ltp.c
Log:
removed unused var


Modified: trunk/speex/libspeex/ltp.c
===================================================================
--- trunk/speex/libspeex/ltp.c	2006-06-14 23:52:40 UTC (rev 11577)
+++ trunk/speex/libspeex/ltp.c	2006-06-15 11:57:22 UTC (rev 11578)
@@ -476,7 +476,6 @@
    }
    for (i=0;i<nsf;i++)
    {
-      spx_word16_t perr2;
       spx_word32_t tmp = ADD32(ADD32(MULT16_16(gain[0],x[2][i]),MULT16_16(gain[1],x[1][i])),
                             MULT16_16(gain[2],x[0][i]));
       new_target[i] = SUB16(target[i], EXTRACT16(PSHR32(tmp,6)));



More information about the commits mailing list