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

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Sun Jun 5 01:44:22 PDT 2005


Author: jm
Date: 2005-06-05 01:44:20 -0700 (Sun, 05 Jun 2005)
New Revision: 9362

Modified:
   trunk/speex/libspeex/ltp_bfin.h
   trunk/speex/libspeex/vq_bfin.h
Log:
remove unused variables


Modified: trunk/speex/libspeex/ltp_bfin.h
===================================================================
--- trunk/speex/libspeex/ltp_bfin.h	2005-06-05 08:31:50 UTC (rev 9361)
+++ trunk/speex/libspeex/ltp_bfin.h	2005-06-05 08:44:20 UTC (rev 9362)
@@ -62,7 +62,6 @@
 #define OVERRIDE_PITCH_XCORR
 static void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
 {
-   int i;
    corr += nb_pitch - 1;
    __asm__ __volatile__ (
       "P2 = %0;\n\t"

Modified: trunk/speex/libspeex/vq_bfin.h
===================================================================
--- trunk/speex/libspeex/vq_bfin.h	2005-06-05 08:31:50 UTC (rev 9361)
+++ trunk/speex/libspeex/vq_bfin.h	2005-06-05 08:44:20 UTC (rev 9362)
@@ -34,7 +34,7 @@
 #define OVERRIDE_VQ_NBEST
 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
 {
-   int i,j,k,used;
+   int i,k,used;
    used = 0;
    for (i=0;i<entries;i++)
    {



More information about the commits mailing list