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

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Sat Oct 23 20:37:53 PDT 2004


Author: jm
Date: 2004-10-23 20:37:53 -0700 (Sat, 23 Oct 2004)
New Revision: 8071

Modified:
   trunk/speex/libspeex/cb_search.c
Log:
Shouldn't warn with fixed-point anymore


Modified: trunk/speex/libspeex/cb_search.c
===================================================================
--- trunk/speex/libspeex/cb_search.c	2004-10-24 00:34:15 UTC (rev 8070)
+++ trunk/speex/libspeex/cb_search.c	2004-10-24 03:37:53 UTC (rev 8071)
@@ -44,7 +44,7 @@
 #include "cb_search_sse.h"
 #else
 
-static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *r, spx_word16_t *resp, float *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
+static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
 {
    int i, j, k;
    for (i=0;i<shape_cb_size;i++)



More information about the commits mailing list