comparison dsputil.h @ 1259:e8c3884f2c7e libavcodec

sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)
author michaelni
date Wed, 14 May 2003 12:18:49 +0000
parents 6a873cad413e
children 2fa34e615c76
comparison
equal deleted inserted replaced
1258:802614404398 1259:e8c3884f2c7e
350 350
351 #define __align8 __attribute__ ((aligned (16))) 351 #define __align8 __attribute__ ((aligned (16)))
352 352
353 void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx); 353 void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx);
354 354
355 #elif defined(ARCH_SH4)
356
357 #define __align8 __attribute__ ((aligned (8)))
358
359 void dsputil_init_sh4(DSPContext* c, AVCodecContext *avctx);
360
355 #else 361 #else
356 362
357 #define __align8 363 #define __align8
358 364
359 #endif 365 #endif