|
Libav
|
MJPEG encoder. More...
#include <assert.h>#include "libavutil/pixdesc.h"#include "avcodec.h"#include "mjpegenc_common.h"#include "mpegvideo.h"#include "mjpeg.h"#include "mjpegenc.h"Go to the source code of this file.
Functions | |
| av_cold int | ff_mjpeg_encode_init (MpegEncContext *s) |
| void | ff_mjpeg_encode_close (MpegEncContext *s) |
| static void | encode_block (MpegEncContext *s, int16_t *block, int n) |
| void | ff_mjpeg_encode_mb (MpegEncContext *s, int16_t block[6][64]) |
Variables | |
| AVCodec | ff_mjpeg_encoder |
MJPEG encoder.
Definition in file mjpegenc.c.
| av_cold int ff_mjpeg_encode_init | ( | MpegEncContext * | s | ) |
Definition at line 43 of file mjpegenc.c.
Referenced by ff_mpv_encode_init().
| void ff_mjpeg_encode_close | ( | MpegEncContext * | s | ) |
Definition at line 76 of file mjpegenc.c.
Referenced by ff_mpv_encode_end().
|
static |
Definition at line 81 of file mjpegenc.c.
Referenced by ff_mjpeg_encode_mb().
| void ff_mjpeg_encode_mb | ( | MpegEncContext * | s, |
| int16_t | block[6][64] | ||
| ) |
Definition at line 139 of file mjpegenc.c.
Referenced by encode_mb_internal().
| AVCodec ff_mjpeg_encoder |
Definition at line 156 of file mjpegenc.c.
1.8.8