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
(parent:
08bef05
)
dirac: alignment for dirac_hpel_filter_v() has been fixed
author
Michael Niedermayer
<michaelni@gmx.at>
Mon, 31 Oct 2011 15:59:23 +0000
(16:59 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 31 Oct 2011 15:59:23 +0000
(16:59 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/x86/diracdsp_yasm.asm
patch
|
blob
|
history
diff --git
a/libavcodec/x86/diracdsp_yasm.asm
b/libavcodec/x86/diracdsp_yasm.asm
index
bda791c
..
e563bbf
100644
(file)
--- a/
libavcodec/x86/diracdsp_yasm.asm
+++ b/
libavcodec/x86/diracdsp_yasm.asm
@@
-79,7
+79,7
@@
cglobal dirac_hpel_filter_v_%1, 4,6,8, dst, src, stride, width, src0, stridex3
psraw m0, 5
psraw m1, 5
packuswb m0, m1
- mov
u
[dstq], m0
+ mov
a
[dstq], m0
add dstq, mmsize
add srcq, mmsize
add src0q, mmsize
@@
-122,7
+122,7
@@
cglobal dirac_hpel_filter_h_%1, 3,3,8, dst, src, width
psraw m0, 5
psraw m1, 5
packuswb m0, m1
- mov
u
[dstq + widthq], m0
+ mov
a
[dstq + widthq], m0
sub widthd, mmsize
jge .loop
RET