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

quarterpel DSP function templates More...

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

#define PIXOP2 (   OPNAME,
  OP 
)

Definition at line 28 of file qpel_template.c.

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

Definition at line 215 of file qpel_template.c.

#define op_put (   a,
  b 
)    a = b

Definition at line 216 of file qpel_template.c.

#define put_no_rnd_pixels8_8_c   put_pixels8_8_c

Definition at line 217 of file qpel_template.c.