[FFmpeg-cvslog] r25881 - trunk/libavcodec/x86/dsputil_mmx.c
bcoudurier
subversion
Sat Dec 4 14:06:06 CET 2010
Author: bcoudurier
Date: Sat Dec 4 14:06:06 2010
New Revision: 25881
Log:
10l, add ff_pw_1 to dsputil_mmx for yadif sse2
Modified:
trunk/libavcodec/x86/dsputil_mmx.c
Modified: trunk/libavcodec/x86/dsputil_mmx.c
==============================================================================
--- trunk/libavcodec/x86/dsputil_mmx.c Sat Dec 4 14:03:42 2010 (r25880)
+++ trunk/libavcodec/x86/dsputil_mmx.c Sat Dec 4 14:06:06 2010 (r25881)
@@ -41,6 +41,7 @@ DECLARE_ALIGNED(8, const uint64_t, ff_w
DECLARE_ALIGNED(16, const uint64_t, ff_pdw_80000000)[2] =
{0x8000000080000000ULL, 0x8000000080000000ULL};
+DECLARE_ALIGNED(16, const xmm_reg, ff_pw_1 ) = {0x0001000100010001ULL, 0x0001000100010001ULL};
DECLARE_ALIGNED(8, const uint64_t, ff_pw_3 ) = 0x0003000300030003ULL;
DECLARE_ALIGNED(16, const xmm_reg, ff_pw_4 ) = {0x0004000400040004ULL, 0x0004000400040004ULL};
DECLARE_ALIGNED(16, const xmm_reg, ff_pw_5 ) = {0x0005000500050005ULL, 0x0005000500050005ULL};
More information about the ffmpeg-cvslog
mailing list