|
FFmpeg
|
#include "libavutil/avassert.h"Go to the source code of this file.
Macros | |
| #define | opixel pixel |
| #define | ipixel uint16_t |
| #define | fn3(a, b, c, d) |
| #define | fn2(a, b, c, d) |
| #define | fn(a) |
Functions | |
| static void fn | yuv2yuv (uint8_t *_dst[3], const ptrdiff_t dst_stride[3], uint8_t *_src[3], const ptrdiff_t src_stride[3], int w, int h, const int16_t c[3][3][8], const int16_t yuv_offset[2][8]) |
| #define opixel pixel |
Definition at line 24 of file colorspacedsp_yuv2yuv_template.c.
Referenced by yuv2yuv().
| #define ipixel uint16_t |
Definition at line 30 of file colorspacedsp_yuv2yuv_template.c.
Referenced by yuv2yuv().
Definition at line 36 of file colorspacedsp_yuv2yuv_template.c.
Definition at line 37 of file colorspacedsp_yuv2yuv_template.c.
| #define fn | ( | a | ) |
Definition at line 38 of file colorspacedsp_yuv2yuv_template.c.
|
static |
Definition at line 40 of file colorspacedsp_yuv2yuv_template.c.
Referenced by create_filtergraph(), and yuv2yuv().