FFmpeg
Loading...
Searching...
No Matches
pel_template.c File Reference
#include <stddef.h>
#include <stdint.h>
#include "libavutil/intreadwrite.h"
#include "pixels.h"
#include "rnd_avg.h"
#include "bit_depth_template.c"

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ DEF_PEL

#define DEF_PEL ( OPNAME,
OP )

Definition at line 28 of file pel_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 74 of file pel_template.c.

◆ op_put

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

Definition at line 75 of file pel_template.c.