Libav
|
MJPEG encoder. More...
Go to the source code of this file.
Data Structures | |
struct | MJpegContext |
Functions | |
static void | put_marker (PutBitContext *p, enum JpegMarker code) |
int | ff_mjpeg_encode_init (MpegEncContext *s) |
void | ff_mjpeg_encode_close (MpegEncContext *s) |
void | ff_mjpeg_encode_mb (MpegEncContext *s, int16_t block[8][64]) |
MJPEG encoder.
Definition in file mjpegenc.h.
|
inlinestatic |
Definition at line 54 of file mjpegenc.h.
Referenced by encode_picture_ls(), ff_mjpeg_encode_picture_header(), ff_mjpeg_encode_picture_trailer(), jpeg_put_comments(), jpeg_table_header(), and ls_store_lse().
int ff_mjpeg_encode_init | ( | MpegEncContext * | s | ) |
Definition at line 42 of file mjpegenc.c.
Referenced by ff_mpv_encode_init(), and put_marker().
void ff_mjpeg_encode_close | ( | MpegEncContext * | s | ) |
Definition at line 75 of file mjpegenc.c.
Referenced by ff_mpv_encode_end(), and put_marker().
void ff_mjpeg_encode_mb | ( | MpegEncContext * | s, |
int16_t | block[8][64] | ||
) |
Definition at line 138 of file mjpegenc.c.
Referenced by encode_mb_internal(), and put_marker().