comparison i386/dsputil_mmx.c @ 1065:92fb44eae6b6 libavcodec

* prototypes at one place
author kabi
date Tue, 11 Feb 2003 16:57:55 +0000
parents b32afefe7d33
children f59c3f66363b
comparison
equal deleted inserted replaced
1064:b32afefe7d33 1065:92fb44eae6b6
20 */ 20 */
21 21
22 #include "../dsputil.h" 22 #include "../dsputil.h"
23 23
24 int mm_flags; /* multimedia extension flags */ 24 int mm_flags; /* multimedia extension flags */
25 /* FIXME use them in static form */
26 void dsputil_init_pix_mmx(DSPContext* c, unsigned mask);
27 25
28 /* pixel operations */ 26 /* pixel operations */
29 static const uint64_t mm_bone __attribute__ ((aligned(8))) = 0x0101010101010101ULL; 27 static const uint64_t mm_bone __attribute__ ((aligned(8))) = 0x0101010101010101ULL;
30 static const uint64_t mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL; 28 static const uint64_t mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL;
31 static const uint64_t mm_wtwo __attribute__ ((aligned(8))) = 0x0002000200020002ULL; 29 static const uint64_t mm_wtwo __attribute__ ((aligned(8))) = 0x0002000200020002ULL;