FFmpeg
|
dsputil_arm.h File Reference
Include dependency graph for dsputil_arm.h:
This graph shows which files directly or indirectly include this file:
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) |
Function Documentation
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_neon | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 51 of file dsputil_init_neon.c.
Referenced by ff_dsputil_init_arm().
void ff_dsputil_init_vfp | ( | DSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11