Searched defs:MJpegDecodeContext (Results 1 – 1 of 1) sorted by relevance
52 typedef struct MJpegDecodeContext { struct53 AVClass *class;54 AVCodecContext *avctx;55 GetBitContext gb;56 int buf_size;58 AVPacket *pkt;60 int start_code; /* current start code */61 int buffer_size;62 uint8_t *buffer;64 uint16_t quant_matrixes[4][64];[all …]