FFmpeg
|
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_armv5te | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 27 of file dsputil_init_armv5te.c.
Referenced by ff_dsputil_init_arm().
void ff_dsputil_init_armv6 | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 54 of file dsputil_init_armv6.c.
Referenced by ff_dsputil_init_arm().
void ff_dsputil_init_vfp | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
void ff_dsputil_init_neon | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 48 of file dsputil_init_neon.c.
Referenced by ff_dsputil_init_arm().