FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/mem.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/vp8dsp.h"
Go to the source code of this file.
Macros | |
#define | VP8_LUMA_MC_FUNC(IDX, SIZE, OPT) |
#define | VP8_MC_FUNC(IDX, SIZE, OPT) |
#define | VP8_BILINEAR_MC_FUNC(IDX, SIZE, OPT) |
Functions | |
av_cold void | ff_vp78dsp_init_x86 (VP8DSPContext *c) |
av_cold void | ff_vp8dsp_init_x86 (VP8DSPContext *c) |
#define VP8_LUMA_MC_FUNC | ( | IDX, | |
SIZE, | |||
OPT | |||
) |
Definition at line 294 of file vp8dsp_init.c.
Referenced by ff_vp78dsp_init_x86().
#define VP8_MC_FUNC | ( | IDX, | |
SIZE, | |||
OPT | |||
) |
Definition at line 299 of file vp8dsp_init.c.
Referenced by ff_vp78dsp_init_x86().
#define VP8_BILINEAR_MC_FUNC | ( | IDX, | |
SIZE, | |||
OPT | |||
) |
Definition at line 307 of file vp8dsp_init.c.
Referenced by ff_vp78dsp_init_x86().
av_cold void ff_vp78dsp_init_x86 | ( | VP8DSPContext * | c | ) |
Definition at line 318 of file vp8dsp_init.c.
Referenced by ff_vp78dsp_init().
av_cold void ff_vp8dsp_init_x86 | ( | VP8DSPContext * | c | ) |
Definition at line 368 of file vp8dsp_init.c.