git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
06b00c5
)
typo
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 27 Aug 2007 10:39:31 +0000
(10:39 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 27 Aug 2007 10:39:31 +0000
(10:39 +0000)
Originally committed as revision 10250 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
b37186e
..
561b43b
100644
(file)
--- a/
libavcodec/i386/snowdsp_mmx.c
+++ b/
libavcodec/i386/snowdsp_mmx.c
@@
-45,7
+45,7
@@
void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, int width){
"pcmpeqd %%xmm3, %%xmm3 \n\t"
"psllw $1, %%xmm3 \n\t"
"paddw %%xmm7, %%xmm3 \n\t"
- "ps
r
lw $13, %%xmm3 \n\t"
+ "ps
l
lw $13, %%xmm3 \n\t"
::);
for(; i<w_l-15; i+=16){
asm volatile(