Go to the source code of this file.
Functions | |
void | ff_vp6_edge_filter_hor_neon (uint8_t *yuv, int stride, int t) |
void | ff_vp6_edge_filter_ver_neon (uint8_t *yuv, int stride, int t) |
void | ff_vp56dsp_init_arm (VP56DSPContext *s, enum CodecID codec) |
void ff_vp56dsp_init_arm | ( | VP56DSPContext * | s, |
enum CodecID | codec | ||
) |
Definition at line 28 of file vp56dsp_init_arm.c.
Referenced by ff_vp56dsp_init().
void ff_vp6_edge_filter_hor_neon | ( | uint8_t * | yuv, |
int | stride, | ||
int | t | ||
) |
Referenced by ff_vp56dsp_init_arm().
void ff_vp6_edge_filter_ver_neon | ( | uint8_t * | yuv, |
int | stride, | ||
int | t | ||
) |
Referenced by ff_vp56dsp_init_arm().