#include <stdint.h>#include "libavcodec/avcodec.h"#include "libavcodec/vp56dsp.h"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 | |||
| ) |
| 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().
1.5.8