huffyuv encoder More...
Go to the source code of this file.
Macros | |
#define | LOAD4 |
#define | LOAD2 |
#define | STAT2 |
#define | WRITE2 |
#define | LOAD3 |
#define | STAT3 |
#define | WRITE3 |
Functions | |
static int | sub_left_prediction (HYuvContext *s, uint8_t *dst, uint8_t *src, int w, int left) |
static void | sub_left_prediction_bgr32 (HYuvContext *s, uint8_t *dst, uint8_t *src, int w, int *red, int *green, int *blue) |
static int | store_table (HYuvContext *s, const uint8_t *len, uint8_t *buf) |
static av_cold int | encode_init (AVCodecContext *avctx) |
static int | encode_422_bitstream (HYuvContext *s, int offset, int count) |
static int | encode_gray_bitstream (HYuvContext *s, int count) |
static int | encode_bgr_bitstream (HYuvContext *s, int count) |
static int | encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) |
static av_cold int | encode_end (AVCodecContext *avctx) |
huffyuv encoder
Definition in file huffyuvenc.c.
#define LOAD2 |
Referenced by encode_gray_bitstream().
#define LOAD3 |
Referenced by encode_bgr_bitstream().
#define LOAD4 |
Referenced by encode_422_bitstream().
#define STAT2 |
Referenced by encode_gray_bitstream().
#define STAT3 |
Referenced by encode_bgr_bitstream().
#define WRITE2 |
Referenced by encode_gray_bitstream().
#define WRITE3 |
Referenced by encode_bgr_bitstream().
|
static |
Definition at line 241 of file huffyuvenc.c.
Referenced by encode_frame().
|
static |
Definition at line 341 of file huffyuvenc.c.
Referenced by encode_frame().
|
static |
Definition at line 591 of file huffyuvenc.c.
|
static |
Definition at line 384 of file huffyuvenc.c.
|
static |
Definition at line 296 of file huffyuvenc.c.
Referenced by encode_frame().
|
static |
Definition at line 109 of file huffyuvenc.c.
|
static |
Definition at line 85 of file huffyuvenc.c.
Referenced by encode_frame(), and encode_init().
|
inlinestatic |
Definition at line 34 of file huffyuvenc.c.
Referenced by encode_frame().
|
inlinestatic |
Definition at line 56 of file huffyuvenc.c.
Referenced by encode_frame().