[FFmpeg-cvslog] r8993 - trunk/libavcodec/i386/motion_est_mmx.c
lorenm
subversion
Fri May 11 05:29:06 CEST 2007
Author: lorenm
Date: Fri May 11 05:29:06 2007
New Revision: 8993
Log:
10l, r8991 broke mmx1 sad
Modified:
trunk/libavcodec/i386/motion_est_mmx.c
Modified: trunk/libavcodec/i386/motion_est_mmx.c
==============================================================================
--- trunk/libavcodec/i386/motion_est_mmx.c (original)
+++ trunk/libavcodec/i386/motion_est_mmx.c Fri May 11 05:29:06 2007
@@ -337,6 +337,7 @@ static int sad8_x2_ ## suf(void *v, uint
assert(h==8);\
asm volatile("pxor %%mm7, %%mm7 \n\t"\
"pxor %%mm6, %%mm6 \n\t"\
+ "movq %0, %%mm5 \n\t"\
:: "m"(round_tab[1]) \
);\
\
More information about the ffmpeg-cvslog
mailing list