diff i386/dsputil_mmx.h @ 6331:c57670e07668 libavcodec

ssse3 h264 motion compensation. 25% faster tham mmx on core2, 35% if you discount fullpel, 4% overall decoding.
author lorenm
date Tue, 05 Feb 2008 11:22:55 +0000
parents 5969caa9190d
children 9a736918fd90
line wrap: on
line diff
--- a/i386/dsputil_mmx.h	Tue Feb 05 03:58:13 2008 +0000
+++ b/i386/dsputil_mmx.h	Tue Feb 05 11:22:55 2008 +0000
@@ -33,10 +33,10 @@
 
 extern const uint64_t ff_pw_3;
 extern const uint64_t ff_pw_4;
-extern const uint64_t ff_pw_5;
+extern const xmm_t    ff_pw_5;
 extern const uint64_t ff_pw_8;
 extern const uint64_t ff_pw_15;
-extern const uint64_t ff_pw_16;
+extern const xmm_t    ff_pw_16;
 extern const uint64_t ff_pw_20;
 extern const xmm_t    ff_pw_32;
 extern const uint64_t ff_pw_42;