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