Searched defs:MJpegDecodeContext (Results 1 – 1 of 1) sorted by relevance
46 typedef struct MJpegDecodeContext { struct47 AVClass *class;48 AVCodecContext *avctx;49 GetBitContext gb;50 int buf_size;52 int start_code; /* current start code */53 int buffer_size;54 uint8_t *buffer;56 uint16_t quant_matrixes[4][64];57 VLC vlcs[3][4];[all …]