FFmpeg
|
#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) a = rnd_avg_pixel4(a, b) |
#define | op_put(a, b) a = b |
#define DEF_PEL | ( | OPNAME, | |
OP | |||
) |
Definition at line 28 of file pel_template.c.
Definition at line 74 of file pel_template.c.