FFmpeg
Macros
qpel_template.c File Reference

Go to the source code of this file.

Macros

#define PIXOP2(OPNAME, OP)
 
#define op_avg(a, b)   a = rnd_avg32(a, b)
 
#define op_put(a, b)   a = b
 
#define put_no_rnd_pixels8_8_c   put_pixels8_8_c
 

Detailed Description

quarterpel DSP function templates

Definition in file qpel_template.c.

Macro Definition Documentation

◆ PIXOP2

#define PIXOP2 (   OPNAME,
  OP 
)

Definition at line 28 of file qpel_template.c.

◆ op_avg

#define op_avg (   a,
  b 
)    a = rnd_avg32(a, b)

Definition at line 215 of file qpel_template.c.

◆ op_put

#define op_put (   a,
  b 
)    a = b

Definition at line 216 of file qpel_template.c.

◆ put_no_rnd_pixels8_8_c

#define put_no_rnd_pixels8_8_c   put_pixels8_8_c

Definition at line 217 of file qpel_template.c.