[FFmpeg-cvslog] dirac: alignment for dirac_hpel_filter_v() has been fixed
Michael Niedermayer
git at videolan.org
Mon Oct 31 17:11:42 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 31 16:59:23 2011 +0100| [2eecf63086ab58927c274ec10525f933785bb957] | committer: Michael Niedermayer
dirac: alignment for dirac_hpel_filter_v() has been fixed
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2eecf63086ab58927c274ec10525f933785bb957
---
libavcodec/x86/diracdsp_yasm.asm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/x86/diracdsp_yasm.asm b/libavcodec/x86/diracdsp_yasm.asm
index bda791c..e563bbf 100644
--- 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
- movu [dstq], m0
+ mova [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
- movu [dstq + widthq], m0
+ mova [dstq + widthq], m0
sub widthd, mmsize
jge .loop
RET
More information about the ffmpeg-cvslog
mailing list