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

Half-pel DSP functions. More...

#include "bit_depth_template.c"
#include "hpel_template.c"

Go to the source code of this file.

Macros

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

Detailed Description

Half-pel DSP functions.

Definition in file hpeldsp_template.c.

Macro Definition Documentation

#define PIXOP2 (   OPNAME,
  OP 
)

Definition at line 34 of file hpeldsp_template.c.

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

Definition at line 246 of file hpeldsp_template.c.

#define op_put (   a,
  b 
)    a = b

Definition at line 247 of file hpeldsp_template.c.