Mercurial > libavcodec.hg
changeset 5936:1f3008bae163 libavcodec
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
author | gpoirier |
---|---|
date | Sat, 24 Nov 2007 14:34:25 +0000 |
parents | 5bfa6df53349 |
children | 7b5731b088ed |
files | i386/vc1dsp_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/vc1dsp_mmx.c Sat Nov 24 10:08:02 2007 +0000 +++ b/i386/vc1dsp_mmx.c Sat Nov 24 14:34:25 2007 +0000 @@ -154,13 +154,11 @@ * 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 @@ "g"(stride-offset), "m"(fact_9) : "memory" ); - STOP_TIMER("norm") } /**