comparison dsputil.h @ 8359:9281a8a9387a libavcodec

ARM: replace "armv4l" with "arm"
author mru
date Wed, 17 Dec 2008 00:54:54 +0000
parents 800444234375
children de2509cf3c44
comparison
equal deleted inserted replaced
8358:c30b92cf446b 8359:9281a8a9387a
556 /* should be defined by architectures supporting 556 /* should be defined by architectures supporting
557 one or more MultiMedia extension */ 557 one or more MultiMedia extension */
558 int mm_support(void); 558 int mm_support(void);
559 559
560 void dsputil_init_alpha(DSPContext* c, AVCodecContext *avctx); 560 void dsputil_init_alpha(DSPContext* c, AVCodecContext *avctx);
561 void dsputil_init_armv4l(DSPContext* c, AVCodecContext *avctx); 561 void dsputil_init_arm(DSPContext* c, AVCodecContext *avctx);
562 void dsputil_init_bfin(DSPContext* c, AVCodecContext *avctx); 562 void dsputil_init_bfin(DSPContext* c, AVCodecContext *avctx);
563 void dsputil_init_mlib(DSPContext* c, AVCodecContext *avctx); 563 void dsputil_init_mlib(DSPContext* c, AVCodecContext *avctx);
564 void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx); 564 void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx);
565 void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx); 565 void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx);
566 void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx); 566 void dsputil_init_ppc(DSPContext* c, AVCodecContext *avctx);
591 emms();\ 591 emms();\
592 } 592 }
593 593
594 void dsputil_init_pix_mmx(DSPContext* c, AVCodecContext *avctx); 594 void dsputil_init_pix_mmx(DSPContext* c, AVCodecContext *avctx);
595 595
596 #elif defined(ARCH_ARMV4L) 596 #elif defined(ARCH_ARM)
597 597
598 extern int mm_flags; 598 extern int mm_flags;
599 599
600 #ifdef HAVE_NEON 600 #ifdef HAVE_NEON
601 # define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(16, t, v) 601 # define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(16, t, v)