[xiph-commits] r11422 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Thu May 25 22:58:48 PDT 2006
Author: jm
Date: 2006-05-25 22:58:46 -0700 (Thu, 25 May 2006)
New Revision: 11422
Modified:
trunk/speex/libspeex/filters_bfin.h
Log:
saturation on Blackfin patch by David Rowe.
Modified: trunk/speex/libspeex/filters_bfin.h
===================================================================
--- trunk/speex/libspeex/filters_bfin.h 2006-05-26 05:45:13 UTC (rev 11421)
+++ trunk/speex/libspeex/filters_bfin.h 2006-05-26 05:58:46 UTC (rev 11422)
@@ -511,7 +511,7 @@
/* First sample */
"R1 = [P4++];\n\t"
- "R1 <<= 3;\n\t"
+ "R1 = R1 << 3 (S);\n\t"
"R1.L = R1 (RND);\n\t"
"R2 = W[P0++];\n\t"
"R1 = R1 + R2;\n\t"
More information about the commits
mailing list