diff x86/dsputil_mmx.h @ 12454:f4355cd85faa libavcodec

Port latest x264 deblock asm (before they moved to using NV12 as internal format), LGPL'ed with permission from Jason and Loren. This includes mmx2 code, so remove inline asm from h264dsp_mmx.c accordingly.
author rbultje
date Fri, 03 Sep 2010 16:52:46 +0000
parents 3941687b4fa9
children
line wrap: on
line diff
--- a/x86/dsputil_mmx.h	Wed Sep 01 23:19:36 2010 +0000
+++ b/x86/dsputil_mmx.h	Fri Sep 03 16:52:46 2010 +0000
@@ -57,7 +57,7 @@
 extern const uint64_t ff_pb_1F;
 extern const uint64_t ff_pb_3F;
 extern const uint64_t ff_pb_81;
-extern const uint64_t ff_pb_A1;
+extern const xmm_reg  ff_pb_A1;
 extern const xmm_reg  ff_pb_F8;
 extern const uint64_t ff_pb_FC;
 extern const xmm_reg  ff_pb_FE;