Revision 569f5a75 libavcodec/armv4l/dsputil_arm.c
libavcodec/armv4l/dsputil_arm.c | ||
---|---|---|
26 | 26 |
|
27 | 27 |
void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx); |
28 | 28 |
void ff_float_init_arm_vfp(DSPContext* c, AVCodecContext *avctx); |
29 |
void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx); |
|
29 | 30 |
|
30 | 31 |
void j_rev_dct_ARM(DCTELEM *data); |
31 | 32 |
void simple_idct_ARM(DCTELEM *data); |
... | ... | |
197 | 198 |
#ifdef HAVE_ARMVFP |
198 | 199 |
ff_float_init_arm_vfp(c, avctx); |
199 | 200 |
#endif |
201 |
#ifdef HAVE_NEON |
|
202 |
ff_dsputil_init_neon(c, avctx); |
|
203 |
#endif |
|
200 | 204 |
} |
Also available in: Unified diff