Lines Matching defs:mjpeg
8 * aspecting, new decode_frame mechanism and apple mjpeg-b support
43 #include "mjpeg.h"
51 * can access this shared context via MpegEncContext.mjpeg. */
54 MJpegContext mjpeg;
96 av_assert2(s->mjpeg_ctx == &m->mjpeg);
98 if (!CONFIG_MJPEG_ENCODER || m->mjpeg.huffman != HUFFMAN_TABLE_OPTIMAL)
272 // We need to init this here as the mjpeg init is called before the common init,
296 MJpegContext *const m = &((MJPEGEncContext*)s)->mjpeg;
366 MJPEGEncContext *const mjpeg = avctx->priv_data;
367 av_freep(&mjpeg->mjpeg.huff_buffer);
626 #define OFFSET(x) offsetof(MJPEGEncContext, mjpeg.x)
633 { "force_duplicated_matrix", "Always write luma and chroma matrix for mjpeg, useful for rtp streaming.", OFFSET(force_duplicated_matrix), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, VE },
639 .class_name = "mjpeg encoder",
646 .p.name = "mjpeg",