#include "libavcodec/avcodec.h"#include "libavcodec/dsputil.h"Go to the source code of this file.
Functions | |
| void | ff_dsputil_init_armv5te (DSPContext *c, AVCodecContext *avctx) |
| void | ff_dsputil_init_armv6 (DSPContext *c, AVCodecContext *avctx) |
| void | ff_dsputil_init_vfp (DSPContext *c, AVCodecContext *avctx) |
| void | ff_dsputil_init_neon (DSPContext *c, AVCodecContext *avctx) |
| void | ff_dsputil_init_iwmmxt (DSPContext *c, AVCodecContext *avctx) |
| void ff_dsputil_init_armv5te | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
Definition at line 30 of file dsputil_init_armv5te.c.
Referenced by dsputil_init_arm().
| void ff_dsputil_init_armv6 | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
Definition at line 73 of file dsputil_init_armv6.c.
Referenced by dsputil_init_arm().
| void ff_dsputil_init_iwmmxt | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
Definition at line 155 of file dsputil_iwmmxt.c.
Referenced by dsputil_init_arm().
| void ff_dsputil_init_neon | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
Definition at line 182 of file dsputil_init_neon.c.
Referenced by dsputil_init_arm().
| void ff_dsputil_init_vfp | ( | DSPContext * | c, | |
| AVCodecContext * | avctx | |||
| ) |
Definition at line 29 of file dsputil_init_vfp.c.
Referenced by dsputil_init_arm().