[SCM] libav/experimental: disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:44:02 UTC 2013


The following commit has been merged in the experimental branch:
commit b178f758fae759f9e2d3f02961bd0cd3d04c0d0a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 17 09:11:48 2005 +0000

    disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct
    
    Originally committed as revision 4255 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c
index 7beeabf..ee9d147 100644
--- a/libavcodec/i386/dsputil_mmx.c
+++ b/libavcodec/i386/dsputil_mmx.c
@@ -3200,13 +3200,13 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
         }
 
         /* VP3 optimized DSP functions */
-        if (mm_flags & MM_SSE2) {
-            c->vp3_dsp_init = vp3_dsp_init_sse2;
-            c->vp3_idct = vp3_idct_sse2;
-        } else {
-            c->vp3_dsp_init = vp3_dsp_init_mmx;
-            c->vp3_idct = vp3_idct_mmx;
-        }
+//         if (mm_flags & MM_SSE2) {
+//             c->vp3_dsp_init = vp3_dsp_init_sse2;
+//             c->vp3_idct = vp3_idct_sse2;
+//         } else {
+//             c->vp3_dsp_init = vp3_dsp_init_mmx;
+//             c->vp3_idct = vp3_idct_mmx;
+//         }
 
 #ifdef CONFIG_ENCODERS
         c->get_pixels = get_pixels_mmx;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list