Home
last modified time | relevance | path

Searched refs:MJpegContext (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmjpegenc.c54 MJpegContext mjpeg;
111 MJpegContext *m = s->mjpeg_ctx; in mjpeg_encode_picture_frame()
155 * Stores the Huffman tables in the bits_* and val_* arrays in the MJpegContext.
157 * @param m MJpegContext containing the JPEG buffer.
159 static void mjpeg_build_optimal_huffman(MJpegContext *m) in mjpeg_build_optimal_huffman()
222 MJpegContext *const m = s->mjpeg_ctx; in ff_mjpeg_encode_stuffing()
268 MJpegContext *m = s->mjpeg_ctx; in alloc_huffman()
296 MJpegContext *const m = &((MJPEGEncContext*)s)->mjpeg; in ff_mjpeg_encode_init()
375 * @param s The MJpegContext which contains the JPEG buffer.
379 static inline void ff_mjpeg_encode_code(MJpegContext *
[all...]
H A Dmjpegenc_common.h30 struct MJpegContext;
35 const AVFrame *frame, struct MJpegContext *m,
H A Dmjpegenc.h59 typedef struct MJpegContext { struct
93 } MJpegContext; typedef
H A Dmjpegenc_common.c60 MJpegContext *m, in jpeg_table_header()
279 const AVFrame *frame, struct MJpegContext *m, in ff_mjpeg_encode_picture_header()
H A Dmpegvideo.h398 struct MJpegContext *mjpeg_ctx;

Completed in 4 milliseconds