Home
last modified time | relevance | path

Searched defs:MJpegDecodeContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmjpegdec.h54 typedef struct MJpegDecodeContext { struct
55 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 …]