projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b50292
)
typo
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 26 Aug 2007 08:03:23 +0000
(08:03 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 26 Aug 2007 08:03:23 +0000
(08:03 +0000)
Originally committed as revision 10230 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/snowdsp_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/i386/snowdsp_mmx.c
b/libavcodec/i386/snowdsp_mmx.c
index
253350d
..
e23d264
100644
(file)
--- a/
libavcodec/i386/snowdsp_mmx.c
+++ b/
libavcodec/i386/snowdsp_mmx.c
@@
-295,7
+295,7
@@
void ff_snow_horizontal_compose97i_mmx(IDWTELEM *b, int width){
i = 1;
b[0] = b[0] + (((2 * ref[1] + W_BO) + 4 * b[0]) >> W_BS);
asm volatile(
- "psllw $1
3
, %%mm7 \n\t"
+ "psllw $1
4
, %%mm7 \n\t"
"pcmpeqw %%mm6, %%mm6 \n\t"
"psrlw $13, %%mm6 \n\t"
"paddw %%mm7, %%mm6 \n\t"