FFmpeg
|
lossless JPEG encoder. More...
#include "libavutil/frame.h"
#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "idctdsp.h"
#include "internal.h"
#include "mjpegenc_common.h"
#include "mpegvideo.h"
#include "mjpeg.h"
#include "mjpegenc.h"
Go to the source code of this file.
Data Structures | |
struct | LJpegEncContext |
Functions | |
static int | ljpeg_encode_bgr (AVCodecContext *avctx, PutBitContext *pb, const AVFrame *frame) |
static void | ljpeg_encode_yuv_mb (LJpegEncContext *s, PutBitContext *pb, const AVFrame *frame, int predictor, int mb_x, int mb_y) |
static int | ljpeg_encode_yuv (AVCodecContext *avctx, PutBitContext *pb, const AVFrame *frame) |
static int | ljpeg_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) |
static av_cold int | ljpeg_encode_close (AVCodecContext *avctx) |
static av_cold int | ljpeg_encode_init (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_ljpeg_encoder |
lossless JPEG encoder.
Definition in file ljpegenc.c.
|
static |
Definition at line 61 of file ljpegenc.c.
Referenced by ljpeg_encode_frame().
|
inlinestatic |
Definition at line 122 of file ljpegenc.c.
Referenced by ljpeg_encode_yuv().
|
static |
Definition at line 187 of file ljpegenc.c.
Referenced by ljpeg_encode_frame().
|
static |
Definition at line 210 of file ljpegenc.c.
|
static |
Definition at line 263 of file ljpegenc.c.
Referenced by ljpeg_encode_init().
|
static |
Definition at line 273 of file ljpegenc.c.
AVCodec ff_ljpeg_encoder |
Definition at line 320 of file ljpegenc.c.