FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
hpel_template.c File Reference

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

#define DEF_HPEL (   OPNAME,
  OP 
)

Definition at line 22 of file hpel_template.c.

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

Definition at line 94 of file hpel_template.c.

#define op_put (   a,
  b 
)    a = b

Definition at line 95 of file hpel_template.c.