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

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Tue Feb 8 23:47:27 PST 2005


Author: jm
Date: 2005-02-08 23:47:26 -0800 (Tue, 08 Feb 2005)
New Revision: 8887

Modified:
   trunk/speex/libspeex/vq_arm4.h
Log:
oops


Modified: trunk/speex/libspeex/vq_arm4.h
===================================================================
--- trunk/speex/libspeex/vq_arm4.h	2005-02-09 07:44:21 UTC (rev 8886)
+++ trunk/speex/libspeex/vq_arm4.h	2005-02-09 07:47:26 UTC (rev 8887)
@@ -30,7 +30,7 @@
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
-void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entri
+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;
    for (i=0;i<entries;i+=4)



More information about the commits mailing list