FFmpeg
|
Go to the source code of this file.
Macros | |
#define | CLIP(v) av_clip(v, 4, 1019) |
#define | CLIP8(v) av_clip(v, 1, 254) |
#define | WRITE_PIXELS(a, b, c) |
#define | WRITE_PIXELS8(a, b, c) |
Functions | |
static void | v210_planar_pack_8_c (const uint8_t *y, const uint8_t *u, const uint8_t *v, uint8_t *dst, ptrdiff_t width) |
static void | v210_planar_pack_10_c (const uint16_t *y, const uint16_t *u, const uint16_t *v, uint8_t *dst, ptrdiff_t width) |
av_cold void | ff_v210enc_init (V210EncContext *s) |
static av_cold int | encode_init (AVCodecContext *avctx) |
static int | encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) |
Variables | |
AVCodec | ff_v210_encoder |
#define CLIP | ( | v | ) | av_clip(v, 4, 1019) |
Definition at line 29 of file v210enc.c.
Referenced by encode_frame().
#define CLIP8 | ( | v | ) | av_clip(v, 1, 254) |
Definition at line 30 of file v210enc.c.
Referenced by encode_frame().
Definition at line 32 of file v210enc.c.
Referenced by encode_frame(), and v210_planar_pack_10_c().
Definition at line 41 of file v210enc.c.
Referenced by encode_frame(), and v210_planar_pack_8_c().
|
static |
Definition at line 50 of file v210enc.c.
Referenced by ff_v210enc_init().
|
static |
Definition at line 70 of file v210enc.c.
Referenced by ff_v210enc_init().
av_cold void ff_v210enc_init | ( | V210EncContext * | s | ) |
Definition at line 85 of file v210enc.c.
Referenced by checkasm_check_v210enc(), and encode_init().
|
static |
|
static |
AVCodec ff_v210_encoder |