comparison dsputil.h @ 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
195 #define __align8 __attribute__ ((aligned (8))) 195 #define __align8 __attribute__ ((aligned (8)))
196 196
197 void dsputil_init_mmx(DSPContext* c, unsigned mask); 197 void dsputil_init_mmx(DSPContext* c, unsigned mask);
198 void dsputil_set_bit_exact_mmx(DSPContext* c, unsigned mask); 198 void dsputil_set_bit_exact_mmx(DSPContext* c, unsigned mask);
199 199
200 void dsputil_init_pix_mmx(DSPContext* c, unsigned mask);
201 void dsputil_set_bit_exact_pix_mmx(DSPContext* c, unsigned mask);
202
200 #elif defined(ARCH_ARMV4L) 203 #elif defined(ARCH_ARMV4L)
201 204
202 /* This is to use 4 bytes read to the IDCT pointers for some 'zero' 205 /* This is to use 4 bytes read to the IDCT pointers for some 'zero'
203 line ptimizations */ 206 line ptimizations */
204 #define __align8 __attribute__ ((aligned (4))) 207 #define __align8 __attribute__ ((aligned (4)))