[SCM] libav/experimental: 10l, add ff_pw_1 to dsputil_mmx for yadif sse2

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:41 UTC 2013


The following commit has been merged in the experimental branch:
commit 9e95999e2a9e81109e433273791e02ee9fa90272
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sat Dec 4 13:06:06 2010 +0000

    10l, add ff_pw_1 to dsputil_mmx for yadif sse2
    
    Originally committed as revision 25881 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
index db1e6e3..f117da7 100644
--- a/libavcodec/x86/dsputil_mmx.c
+++ b/libavcodec/x86/dsputil_mmx.c
@@ -41,6 +41,7 @@ DECLARE_ALIGNED(8,  const uint64_t, ff_wtwo) = 0x0002000200020002ULL;
 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};

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list