changeset 5938:7bc05f20e435 libavcodec

Typo fix. Previous version had some picture error building up until next keyframe. Now MMX version decodes 1:1 what the C version does patch by Christophe GISQUET %christophe P gisquet A free P fr%
author gpoirier
date Sun, 25 Nov 2007 09:43:35 +0000
parents 7b5731b088ed
children b47573cb7401
files i386/vc1dsp_mmx.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/i386/vc1dsp_mmx.c	Sat Nov 24 17:42:16 2007 +0000
+++ b/i386/vc1dsp_mmx.c	Sun Nov 25 09:43:35 2007 +0000
@@ -175,8 +175,8 @@
         "punpcklbw %%mm0, %%mm2            \n\t"
         "paddw     %%mm1, %%mm3            \n\t"
         "paddw     %%mm2, %%mm4            \n\t"
-        "movd      0(%1,%3), %%mm1         \n\t"
-        "movd      4(%1,%3), %%mm2         \n\t"
+        "movd      0(%1,%4), %%mm1         \n\t"
+        "movd      4(%1,%4), %%mm2         \n\t"
         "pmullw    %%mm6, %%mm3            \n\t" /* 0,9,9,0*/
         "pmullw    %%mm6, %%mm4            \n\t" /* 0,9,9,0*/
         "punpcklbw %%mm0, %%mm1            \n\t"