Home
last modified time | relevance | path

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

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