FFmpeg
|
#include "libavutil/cpu.h"
#include "libavutil/mem.h"
#include "libavutil/x86/asm.h"
#include "libavcodec/vp8dsp.h"
Include dependency graph for vp8dsp_init.c:
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_vp8dsp_init_x86 (VP8DSPContext *c) |
Macro Definition Documentation
#define VP8_BILINEAR_MC_FUNC | ( | IDX, | |
SIZE, | |||
OPT | |||
) |
#define VP8_LUMA_MC_FUNC | ( | IDX, | |
SIZE, | |||
OPT | |||
) |
#define VP8_MC_FUNC | ( | IDX, | |
SIZE, | |||
OPT | |||
) |
Value:
VP8_LUMA_MC_FUNC(IDX, SIZE, OPT)
Definition at line 297 of file vp8dsp_init.c.
Referenced by ff_vp8dsp_init_x86().
Function Documentation
av_cold void ff_vp8dsp_init_x86 | ( | VP8DSPContext * | c | ) |
Definition at line 316 of file vp8dsp_init.c.
Referenced by ff_vp8dsp_init().
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11