changeset 1065:92fb44eae6b6 libavcodec

* prototypes at one place
author kabi
date Tue, 11 Feb 2003 16:57:55 +0000
parents b32afefe7d33
children 6ce55cd04783
files dsputil.h i386/dsputil_mmx.c i386/motion_est_mmx.c
diffstat 3 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/dsputil.h	Tue Feb 11 16:35:48 2003 +0000
+++ b/dsputil.h	Tue Feb 11 16:57:55 2003 +0000
@@ -197,6 +197,9 @@
 void dsputil_init_mmx(DSPContext* c, unsigned mask);
 void dsputil_set_bit_exact_mmx(DSPContext* c, unsigned mask);
 
+void dsputil_init_pix_mmx(DSPContext* c, unsigned mask);
+void dsputil_set_bit_exact_pix_mmx(DSPContext* c, unsigned mask);
+
 #elif defined(ARCH_ARMV4L)
 
 /* This is to use 4 bytes read to the IDCT pointers for some 'zero'
--- a/i386/dsputil_mmx.c	Tue Feb 11 16:35:48 2003 +0000
+++ b/i386/dsputil_mmx.c	Tue Feb 11 16:57:55 2003 +0000
@@ -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;
--- a/i386/motion_est_mmx.c	Tue Feb 11 16:35:48 2003 +0000
+++ b/i386/motion_est_mmx.c	Tue Feb 11 16:57:55 2003 +0000
@@ -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,