FFmpeg
Macros
hpel_template.c File Reference
#include "libavutil/intreadwrite.h"
#include "pixels.h"
#include "bit_depth_template.c"

Go to the source code of this file.

Macros

#define DEF_HPEL(OPNAME, OP)
 
#define op_avg(a, b)   a = rnd_avg_pixel4(a, b)
 
#define op_put(a, b)   a = b
 

Macro Definition Documentation

◆ DEF_HPEL

#define DEF_HPEL (   OPNAME,
  OP 
)

Definition at line 28 of file hpel_template.c.

◆ op_avg

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

Definition at line 101 of file hpel_template.c.

◆ op_put

#define op_put (   a,
  b 
)    a = b

Definition at line 102 of file hpel_template.c.