dsputil_template.c File Reference

DSP utils. More...

#include "bit_depth_template.c"
#include "hpel_template.c"
Include dependency graph for dsputil_template.c:
This graph shows which files directly or indirectly include this file:

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
 

Functions

static void FUNCC() get_pixels (int16_t *av_restrict block, const uint8_t *_pixels, int line_size)
 

Detailed Description

DSP utils.

Definition in file dsputil_template.c.

Macro Definition Documentation

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

Definition at line 249 of file dsputil_template.c.

#define op_put (   a,
  b 
)    a = b

Definition at line 250 of file dsputil_template.c.

#define PIXOP2 (   OPNAME,
  OP 
)

Definition at line 100 of file dsputil_template.c.

Function Documentation

static void FUNCC() get_pixels ( int16_t *av_restrict  block,
const uint8_t _pixels,
int  line_size 
)
static

Definition at line 62 of file dsputil_template.c.