mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
x86: dsputil: Drop some unused macro definitions
This commit is contained in:
parent
f4facd2ce7
commit
822b0728f0
@ -196,14 +196,12 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
|
|||||||
|
|
||||||
#define DEF(x) x ## _3dnow
|
#define DEF(x) x ## _3dnow
|
||||||
#define PAVGB "pavgusb"
|
#define PAVGB "pavgusb"
|
||||||
#define OP_AVG PAVGB
|
|
||||||
#define SKIP_FOR_3DNOW
|
#define SKIP_FOR_3DNOW
|
||||||
|
|
||||||
#include "dsputil_avg_template.c"
|
#include "dsputil_avg_template.c"
|
||||||
|
|
||||||
#undef DEF
|
#undef DEF
|
||||||
#undef PAVGB
|
#undef PAVGB
|
||||||
#undef OP_AVG
|
|
||||||
#undef SKIP_FOR_3DNOW
|
#undef SKIP_FOR_3DNOW
|
||||||
|
|
||||||
/***********************************/
|
/***********************************/
|
||||||
@ -213,13 +211,11 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
|
|||||||
|
|
||||||
/* Introduced only in MMXEXT set */
|
/* Introduced only in MMXEXT set */
|
||||||
#define PAVGB "pavgb"
|
#define PAVGB "pavgb"
|
||||||
#define OP_AVG PAVGB
|
|
||||||
|
|
||||||
#include "dsputil_avg_template.c"
|
#include "dsputil_avg_template.c"
|
||||||
|
|
||||||
#undef DEF
|
#undef DEF
|
||||||
#undef PAVGB
|
#undef PAVGB
|
||||||
#undef OP_AVG
|
|
||||||
|
|
||||||
#define put_no_rnd_pixels16_mmx put_pixels16_mmx
|
#define put_no_rnd_pixels16_mmx put_pixels16_mmx
|
||||||
#define put_no_rnd_pixels8_mmx put_pixels8_mmx
|
#define put_no_rnd_pixels8_mmx put_pixels8_mmx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user