#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_armv5te | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_dsputil_init_armv6 | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_dsputil_init_neon | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |
void ff_dsputil_init_vfp | ( | DSPContext * | c, | |
AVCodecContext * | avctx | |||
) |