comparison arm/dsputil_arm.h @ 10363:08573f5f587d libavcodec

ARM: add ff_ prefix to lots of functions
author mru
date Sun, 04 Oct 2009 13:13:12 +0000
parents b72bb442a775
children 7030ce3879d8
comparison
equal deleted inserted replaced
10362:838b42ccd65e 10363:08573f5f587d
23 23
24 void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx); 24 void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx);
25 void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx); 25 void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx);
26 void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx); 26 void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx);
27 void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx); 27 void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx);
28 void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx); 28 void ff_dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx);
29 29
30 #endif 30 #endif