|
FFmpeg
4.4.6
|
Go to the source code of this file.
Macros | |
| #define | CLIP(v, depth) av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1)) |
| #define | WRITE_PIXELS(a, b, c, depth) |
Functions | |
| static void RENAME() | v210_enc (AVCodecContext *avctx, uint8_t *dst, const AVFrame *pic) |
| #define CLIP | ( | v, | |
| depth | |||
| ) | av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1)) |
Definition at line 25 of file v210_template.c.
Definition at line 26 of file v210_template.c.
|
static |
Definition at line 35 of file v210_template.c.