|
FFmpeg
|
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 | v210_enc_TMPL (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.
|
static |
Definition at line 35 of file v210_template.c.
1.8.17