FFmpeg
|
VP8 compatible video decoder. More...
#include "libavutil/mips/cpu.h"
#include "config.h"
#include "libavutil/attributes.h"
#include "libavcodec/vp8dsp.h"
#include "vp8dsp_mips.h"
Go to the source code of this file.
Macros | |
#define | VP8_MC_MIPS_FUNC(IDX, SIZE) |
#define | VP8_BILINEAR_MC_MIPS_FUNC(IDX, SIZE) |
#define | VP8_MC_MIPS_COPY(IDX, SIZE) |
Functions | |
av_cold void | ff_vp8dsp_init_mips (VP8DSPContext *dsp) |
VP8 compatible video decoder.
Definition in file vp8dsp_init_mips.c.
#define VP8_MC_MIPS_FUNC | ( | IDX, | |
SIZE | |||
) |
Definition at line 33 of file vp8dsp_init_mips.c.
Referenced by ff_vp8dsp_init_mips().
#define VP8_BILINEAR_MC_MIPS_FUNC | ( | IDX, | |
SIZE | |||
) |
Definition at line 51 of file vp8dsp_init_mips.c.
Referenced by ff_vp8dsp_init_mips().
#define VP8_MC_MIPS_COPY | ( | IDX, | |
SIZE | |||
) |
Definition at line 69 of file vp8dsp_init_mips.c.
Referenced by ff_vp8dsp_init_mips().
av_cold void ff_vp8dsp_init_mips | ( | VP8DSPContext * | dsp | ) |
Definition at line 77 of file vp8dsp_init_mips.c.
Referenced by ff_vp78dsp_init().