Commit dc2471cf authored by gpoirier's avatar gpoirier

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11088 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ccf1f614
......@@ -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")
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment