[xiph-commits] r11423 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Fri May 26 02:09:16 PDT 2006
Author: jm
Date: 2006-05-26 02:09:14 -0700 (Fri, 26 May 2006)
New Revision: 11423
Modified:
trunk/speex/libspeex/cb_search_bfin.h
Log:
updated innovation shifts on Blackfin
Modified: trunk/speex/libspeex/cb_search_bfin.h
===================================================================
--- trunk/speex/libspeex/cb_search_bfin.h 2006-05-26 05:58:46 UTC (rev 11422)
+++ trunk/speex/libspeex/cb_search_bfin.h 2006-05-26 09:09:14 UTC (rev 11423)
@@ -61,7 +61,7 @@
"A0 += R0.L*R1.L (IS) || R0 = B[P4++] (X) || R1.L = W[I1--];\n\t"
"LOOP_END inner%=;\n\t"
"R0 = A0;\n\t"
- "R0 >>>= 11;\n\t"
+ "R0 >>>= 13;\n\t"
"A1 += R0.L*R0.L (IS);\n\t"
"W[P3++] = R0;\n\t"
"P0 += 1;\n\t"
@@ -93,7 +93,7 @@
"LOOP_BEGIN tupdate%=;\n\t"
"R0.L = W[I0] || R1.L = W[I1++];\n\t"
"R1 = (A1 = R1.L*%2.L) (IS);\n\t"
- "R1 >>>= 11;\n\t"
+ "R1 >>>= 13;\n\t"
"R0.L = R0.L - R1.L;\n\t"
"W[I0++] = R0.L;\n\t"
"LOOP_END tupdate%=;\n\t"
More information about the commits
mailing list