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

jm at svn.xiph.org jm at svn.xiph.org
Wed Nov 16 00:48:25 PST 2005


Author: jm
Date: 2005-11-16 00:48:23 -0800 (Wed, 16 Nov 2005)
New Revision: 10390

Modified:
   trunk/speex/libspeex/lpc_bfin.h
Log:
Fixes wideband for Blackfin assembly


Modified: trunk/speex/libspeex/lpc_bfin.h
===================================================================
--- trunk/speex/libspeex/lpc_bfin.h	2005-11-16 03:08:56 UTC (rev 10389)
+++ trunk/speex/libspeex/lpc_bfin.h	2005-11-16 08:48:23 UTC (rev 10390)
@@ -47,7 +47,7 @@
    spx_word32_t ac0=1;
    spx_word32_t ac32[11], *ac32top;
    int shift, ac_shift;
-   ac32top = ac32+10;
+   ac32top = ac32+lag-1;
    int lag_1, N_lag;
    int nshift;
    lag_1 = lag-1;



More information about the commits mailing list