git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845cfc9
)
x86: dsputil: Drop some unused function #defines
author
Diego Biurrun
<diego@biurrun.de>
Tue, 26 Feb 2013 19:13:14 +0000
(20:13 +0100)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 26 Feb 2013 22:36:24 +0000
(23:36 +0100)
libavcodec/x86/dsputil_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/x86/dsputil_mmx.c
b/libavcodec/x86/dsputil_mmx.c
index
5731040
..
a13e9a1
100644
(file)
--- a/
libavcodec/x86/dsputil_mmx.c
+++ b/
libavcodec/x86/dsputil_mmx.c
@@
-321,11
+321,6
@@
void ff_put_no_rnd_mpeg4_qpel8_v_lowpass_mmxext(uint8_t *dst, uint8_t *src,
#if HAVE_INLINE_ASM
#define put_no_rnd_pixels16_mmx put_pixels16_mmx
#define put_no_rnd_pixels8_mmx put_pixels8_mmx
-#define put_pixels16_mmxext put_pixels16_mmx
-#define put_pixels8_mmxext put_pixels8_mmx
-#define put_pixels4_mmxext put_pixels4_mmx
-#define put_no_rnd_pixels16_mmxext put_no_rnd_pixels16_mmx
-#define put_no_rnd_pixels8_mmxext put_no_rnd_pixels8_mmx
/***********************************/
/* standard MMX */