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

DSP utils. 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

DSP utils.

Definition in file dsputil_template.c.

Macro Definition Documentation

#define PIXOP2 (   OPNAME,
  OP 
)

Definition at line 30 of file dsputil_template.c.

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

Definition at line 217 of file dsputil_template.c.

#define op_put (   a,
  b 
)    a = b

Definition at line 218 of file dsputil_template.c.

#define put_no_rnd_pixels8_8_c   put_pixels8_8_c

Definition at line 219 of file dsputil_template.c.