Lines Matching refs:MJpegContext
54 MJpegContext mjpeg;
111 MJpegContext *m = s->mjpeg_ctx;
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)
222 MJpegContext *const m = s->mjpeg_ctx;
268 MJpegContext *m = s->mjpeg_ctx;
296 MJpegContext *const m = &((MJPEGEncContext*)s)->mjpeg;
375 * @param s The MJpegContext which contains the JPEG buffer.
379 static inline void ff_mjpeg_encode_code(MJpegContext *s, uint8_t table_id, int code)
389 * @param s The MJpegContext which contains the JPEG buffer.
394 static void ff_mjpeg_encode_coef(MJpegContext *s, uint8_t table_id, int val, int run)
426 MJpegContext *m = s->mjpeg_ctx;
469 MJpegContext *m = s->mjpeg_ctx;