FFmpeg
Loading...
Searching...
No Matches
hpel_template.c File Reference
#include "libavutil/intreadwrite.h"
#include "pixels.h"
#include "bit_depth_template.c"

Go to the source code of this file.

Macros

#define DEF_HPEL(OPNAME, OP)
 
#define op_avg(a, b)
 
#define op_put(a, b)
 

Macro Definition Documentation

◆ DEF_HPEL

#define DEF_HPEL ( OPNAME,
OP )

Definition at line 28 of file hpel_template.c.

◆ op_avg

#define op_avg ( a,
b )
Value:
#define rnd_avg_pixel4
int a
#define b
Definition input.c:43

Definition at line 101 of file hpel_template.c.

◆ op_put

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

Definition at line 102 of file hpel_template.c.