From 2720569a9a718d9b32f12261f3a32bb14f39b33b Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 11 Feb 2003 16:57:55 +0000 Subject: * prototypes at one place Originally committed as revision 1579 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/dsputil_mmx.c | 2 -- libavcodec/i386/motion_est_mmx.c | 3 --- 2 files changed, 5 deletions(-) (limited to 'libavcodec/i386') diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index e70c7761ca..8804c1cd21 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -22,8 +22,6 @@ #include "../dsputil.h" int mm_flags; /* multimedia extension flags */ -/* FIXME use them in static form */ -void dsputil_init_pix_mmx(DSPContext* c, unsigned mask); /* pixel operations */ static const uint64_t mm_bone __attribute__ ((aligned(8))) = 0x0101010101010101ULL; diff --git a/libavcodec/i386/motion_est_mmx.c b/libavcodec/i386/motion_est_mmx.c index 0816a7c141..1e6b9f73d2 100644 --- a/libavcodec/i386/motion_est_mmx.c +++ b/libavcodec/i386/motion_est_mmx.c @@ -20,9 +20,6 @@ */ #include "../dsputil.h" -void dsputil_init_pix_mmx(DSPContext* c, unsigned mask); -void dsputil_set_bit_exact_pix_mmx(DSPContext* c, unsigned mask); - static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={ 0x0000000000000000, 0x0001000100010001, -- cgit v1.2.3