FFmpeg
|
#include "libavcodec/vp8dsp.h"
Go to the source code of this file.
Macros | |
#define | VP8_LF_Y(hv, inner, opt) |
#define | VP8_LF_UV(hv, inner, opt) |
#define | VP8_LF_SIMPLE(hv, opt) |
#define | VP8_LF_HV(inner, opt) |
#define | VP8_LF(opt) |
#define | VP8_MC(n, opt) |
#define | VP8_EPEL(w, opt) |
#define | VP8_BILIN(w, opt) |
Functions | |
void | ff_vp8dsp_init_armv6 (VP8DSPContext *dsp) |
void | ff_vp8dsp_init_neon (VP8DSPContext *dsp) |
#define VP8_LF_Y | ( | hv, | |
inner, | |||
opt | |||
) |
#define VP8_LF_UV | ( | hv, | |
inner, | |||
opt | |||
) |
#define VP8_LF_SIMPLE | ( | hv, | |
opt | |||
) |
#define VP8_LF_HV | ( | inner, | |
opt | |||
) |
#define VP8_LF | ( | opt | ) |
#define VP8_MC | ( | n, | |
opt | |||
) |
#define VP8_EPEL | ( | w, | |
opt | |||
) |
#define VP8_BILIN | ( | w, | |
opt | |||
) |
void ff_vp8dsp_init_armv6 | ( | VP8DSPContext * | dsp | ) |
Definition at line 43 of file vp8dsp_init_armv6.c.
Referenced by ff_vp8dsp_init_arm().
void ff_vp8dsp_init_neon | ( | VP8DSPContext * | dsp | ) |
Definition at line 42 of file vp8dsp_init_neon.c.
Referenced by ff_vp8dsp_init_arm().