comparison dsputil.h @ 894:a408778eff87 libavcodec

altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
author michaelni
date Tue, 26 Nov 2002 09:21:01 +0000
parents 2cef5c4c0ca6
children caa77cd960c0
comparison
equal deleted inserted replaced
893:6faecb29b3b5 894:a408778eff87
188 188
189 void dsputil_init_alpha(DSPContext* c, unsigned mask); 189 void dsputil_init_alpha(DSPContext* c, unsigned mask);
190 190
191 #elif defined(ARCH_POWERPC) 191 #elif defined(ARCH_POWERPC)
192 192
193 #define MM_ALTIVEC 0x0001 /* standard AltiVec */
194
195 extern int mm_flags;
196
193 #define __align8 __attribute__ ((aligned (16))) 197 #define __align8 __attribute__ ((aligned (16)))
194 198
195 void dsputil_init_ppc(DSPContext* c, unsigned mask); 199 void dsputil_init_ppc(DSPContext* c, unsigned mask);
196 200
197 #elif defined(HAVE_MMI) 201 #elif defined(HAVE_MMI)