FFmpeg
Macros | Functions
vc1dsp_init_mips.c File Reference
#include "libavutil/mips/cpu.h"
#include "libavutil/attributes.h"
#include "libavcodec/vc1dsp.h"
#include "vc1dsp_mips.h"
#include "config.h"

Go to the source code of this file.

Macros

#define FN_ASSIGN(OP, X, Y, INSN)
 

Functions

av_cold void ff_vc1dsp_init_mips (VC1DSPContext *dsp)
 

Macro Definition Documentation

◆ FN_ASSIGN

#define FN_ASSIGN (   OP,
  X,
  Y,
  INSN 
)
Value:
dsp->OP##vc1_mspel_pixels_tab[1][X+4*Y] = ff_##OP##vc1_mspel_mc##X##Y##INSN; \
dsp->OP##vc1_mspel_pixels_tab[0][X+4*Y] = ff_##OP##vc1_mspel_mc##X##Y##_16##INSN

Definition at line 27 of file vc1dsp_init_mips.c.

Function Documentation

◆ ff_vc1dsp_init_mips()

av_cold void ff_vc1dsp_init_mips ( VC1DSPContext dsp)

Definition at line 31 of file vc1dsp_init_mips.c.

Referenced by ff_vc1dsp_init().

X
@ X
Definition: vf_addroi.c:27
OP
#define OP(LOAD, STORE)
Definition: hpeldsp_alpha.c:55
Y
#define Y
Definition: boxblur.h:37