FFmpeg
Loading...
Searching...
No Matches
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)
 
#define op_put(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

◆ PIXOP2

#define PIXOP2 ( OPNAME,
OP )

Definition at line 28 of file qpel_template.c.

◆ op_avg

#define op_avg ( a,
b )
Value:
int a
#define b
Definition input.c:43
static uint32_t rnd_avg32(uint32_t a, uint32_t b)
Definition rnd_avg.h:31

Definition at line 215 of file qpel_template.c.

◆ op_put

#define op_put ( a,
b )
Value:
a = b

Definition at line 216 of file qpel_template.c.

◆ put_no_rnd_pixels8_8_c

#define put_no_rnd_pixels8_8_c   put_pixels8_8_c

Definition at line 217 of file qpel_template.c.