comparison arm/dsputil_iwmmxt.c @ 10363:08573f5f587d libavcodec

ARM: add ff_ prefix to lots of functions
author mru
date Sun, 04 Oct 2009 13:13:12 +0000
parents 9281a8a9387a
children 3fc4c625b6f3
comparison
equal deleted inserted replaced
10362:838b42ccd65e 10363:08573f5f587d
150 /* A run time test is not simple. If this file is compiled in 150 /* A run time test is not simple. If this file is compiled in
151 * then we should install the functions 151 * then we should install the functions
152 */ 152 */
153 int mm_flags = FF_MM_IWMMXT; /* multimedia extension flags */ 153 int mm_flags = FF_MM_IWMMXT; /* multimedia extension flags */
154 154
155 void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx) 155 void ff_dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx)
156 { 156 {
157 if (avctx->dsp_mask) { 157 if (avctx->dsp_mask) {
158 if (avctx->dsp_mask & FF_MM_FORCE) 158 if (avctx->dsp_mask & FF_MM_FORCE)
159 mm_flags |= (avctx->dsp_mask & 0xffff); 159 mm_flags |= (avctx->dsp_mask & 0xffff);
160 else 160 else