[SCM] libav/experimental: Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% Original thread: date: Nov 24, 2007 3:09 PM subject: [FFmpeg-devel] [PATCH] Strip debug stuff from vc1dsp_mmx.c

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:45 UTC 2013


The following commit has been merged in the experimental branch:
commit d3a9c44e1d151eec2dfed53fa29ad15c7cc97f19
Author: Christophe Gisquet <christophe.gisquet at free.fr>
Date:   Sat Nov 24 14:34:25 2007 +0000

    Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr%
    Original thread:
    date: Nov 24, 2007 3:09 PM
    subject: [FFmpeg-devel] [PATCH] Strip debug stuff from vc1dsp_mmx.c
    
    Originally committed as revision 11088 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/i386/vc1dsp_mmx.c b/libavcodec/i386/vc1dsp_mmx.c
index 3032aff..f0a7b99 100644
--- a/libavcodec/i386/vc1dsp_mmx.c
+++ b/libavcodec/i386/vc1dsp_mmx.c
@@ -154,13 +154,11 @@ static void vc1_put_hor_16b_shift2_mmx(uint8_t *dst, long int stride,
  * Purely vertical or horizontal 1/2 shift interpolation.
  * Sacrify mm6 for *9 factor.
  */
-#define SDTEST  0
-
 static void vc1_put_shift2_mmx(uint8_t *dst, const uint8_t *src,
                                long int stride, int rnd, long int offset)
 {
     int h = 8;
-    START_TIMER
+
     rnd = 8-rnd;
     asm volatile(
         LOAD_ROUNDER_MMX("%6")
@@ -202,7 +200,6 @@ static void vc1_put_shift2_mmx(uint8_t *dst, const uint8_t *src,
           "g"(stride-offset), "m"(fact_9)
         : "memory"
     );
-    STOP_TIMER("norm")
 }
 
 /**

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list