FFmpeg
|
#include "libavcodec/vp8dsp.h"
Include dependency graph for arm/vp8dsp.h:
This graph shows which files directly or indirectly include this file:
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) |
Macro Definition Documentation
#define VP8_BILIN | ( | w, | |
opt | |||
) |
Value:
Definition at line 73 of file arm/vp8dsp.h.
#define VP8_EPEL | ( | w, | |
opt | |||
) |
Value:
Definition at line 62 of file arm/vp8dsp.h.
#define VP8_LF | ( | opt | ) |
Value:
VP8_LF_SIMPLE(h, opt); \
VP8_LF_SIMPLE(v, opt)
Definition at line 51 of file arm/vp8dsp.h.
#define VP8_LF_HV | ( | inner, | |
opt | |||
) |
Value:
Definition at line 45 of file arm/vp8dsp.h.
#define VP8_LF_SIMPLE | ( | hv, | |
opt | |||
) |
Value:
ptrdiff_t stride, \
int flim)
Definition at line 40 of file arm/vp8dsp.h.
#define VP8_LF_UV | ( | hv, | |
inner, | |||
opt | |||
) |
Value:
Definition at line 33 of file arm/vp8dsp.h.
#define VP8_LF_Y | ( | hv, | |
inner, | |||
opt | |||
) |
Value:
Definition at line 27 of file arm/vp8dsp.h.
#define VP8_MC | ( | n, | |
opt | |||
) |
Value:
#define _(x)
Definition at line 57 of file arm/vp8dsp.h.
Function Documentation
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().
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11