FFmpeg
|
#include "libavutil/loongarch/cpu.h"
#include "libavutil/attributes.h"
#include "libavcodec/vc1dsp.h"
#include "vc1dsp_loongarch.h"
Go to the source code of this file.
Macros | |
#define | FN_ASSIGN(OP, X, Y, INSN) |
#define | FN_ASSIGN_V(OP, Y, INSN) dsp->OP##vc1_mspel_pixels_tab[0][4*Y] = ff_##OP##vc1_mspel_mc0##Y##_16##INSN |
#define | FN_ASSIGN_H(OP, X, INSN) dsp->OP##vc1_mspel_pixels_tab[0][X] = ff_##OP##vc1_mspel_mc##X##0_16##INSN |
Functions | |
av_cold void | ff_vc1dsp_init_loongarch (VC1DSPContext *dsp) |
#define FN_ASSIGN_V | ( | OP, | |
Y, | |||
INSN | |||
) | dsp->OP##vc1_mspel_pixels_tab[0][4*Y] = ff_##OP##vc1_mspel_mc0##Y##_16##INSN |
Definition at line 31 of file vc1dsp_init_loongarch.c.
#define FN_ASSIGN_H | ( | OP, | |
X, | |||
INSN | |||
) | dsp->OP##vc1_mspel_pixels_tab[0][X] = ff_##OP##vc1_mspel_mc##X##0_16##INSN |
Definition at line 34 of file vc1dsp_init_loongarch.c.
av_cold void ff_vc1dsp_init_loongarch | ( | VC1DSPContext * | dsp | ) |
Definition at line 37 of file vc1dsp_init_loongarch.c.
Referenced by ff_vc1dsp_init().