diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-08 13:55:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-08 13:55:31 +0200 |
commit | bf18810a215c1313ba868c59a0f778aff01616c1 (patch) | |
tree | ba58b0123e59c875e8603d20646de0b2d37b3c1f /libavcodec/x86/dsputil_mmx.c | |
parent | f302ba4ddab75d217e1ed63d15a56ef4e6e799b3 (diff) | |
parent | 7edaf4edb5c3c04f34ad1242680cbc32d11f4087 (diff) | |
download | ffmpeg-bf18810a215c1313ba868c59a0f778aff01616c1.tar.gz |
Merge commit '7edaf4edb5c3c04f34ad1242680cbc32d11f4087'
* commit '7edaf4edb5c3c04f34ad1242680cbc32d11f4087':
x86: rnd_template: Eliminate pointless OP_AVG macro indirection
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/dsputil_mmx.c')
-rw-r--r-- | libavcodec/x86/dsputil_mmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c index 4e1f1afe57..1288050468 100644 --- a/libavcodec/x86/dsputil_mmx.c +++ b/libavcodec/x86/dsputil_mmx.c @@ -108,7 +108,6 @@ void ff_put_no_rnd_mpeg4_qpel8_v_lowpass_mmxext(uint8_t *dst, uint8_t *src, #define SET_RND MOVQ_WTWO #define PAVGBP(a, b, c, d, e, f) PAVGBP_MMX(a, b, c, d, e, f) #define PAVGB(a, b, c, e) PAVGB_MMX(a, b, c, e) -#define OP_AVG(a, b, c, e) PAVGB_MMX(a, b, c, e) #include "rnd_template.c" @@ -116,7 +115,6 @@ void ff_put_no_rnd_mpeg4_qpel8_v_lowpass_mmxext(uint8_t *dst, uint8_t *src, #undef SET_RND #undef PAVGBP #undef PAVGB -#undef OP_AVG /***********************************/ /* standard MMX */ |