summaryrefslogtreecommitdiff
path: root/libavcodec/i386/mpegvideo_mmx.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-10-23 13:22:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-23 13:22:20 +0000
commitcf3bf5bbaa049667612a4b992239cc99dc31aee8 (patch)
tree1803ac6d760cce57fc0858e53b7a022f0e21bea6 /libavcodec/i386/mpegvideo_mmx.c
parent1745173bc56482e449253ef8d1032c6d5d48cab2 (diff)
minor mmx2 optimization if the dct
Originally committed as revision 2423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/mpegvideo_mmx.c')
-rw-r--r--libavcodec/i386/mpegvideo_mmx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/i386/mpegvideo_mmx.c b/libavcodec/i386/mpegvideo_mmx.c
index d2f477b7b3..d217e10249 100644
--- a/libavcodec/i386/mpegvideo_mmx.c
+++ b/libavcodec/i386/mpegvideo_mmx.c
@@ -490,11 +490,13 @@ static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height, int w)
#undef HAVE_MMX2
#define RENAME(a) a ## _MMX
+#define RENAMEl(a) a ## _mmx
#include "mpegvideo_mmx_template.c"
#define HAVE_MMX2
#undef RENAME
#define RENAME(a) a ## _MMX2
+#define RENAMEl(a) a ## _mmx2
#include "mpegvideo_mmx_template.c"
void MPV_common_init_mmx(MpegEncContext *s)