Searched defs:jdec_private (Results 1 – 1 of 1) sorted by relevance
96 struct jdec_private struct99 unsigned int width[JPEG_SCAN_MAX], height[JPEG_SCAN_MAX]; /* Size of the image */102 const unsigned char *stream_begin, *stream_end,*stream_scan;103 unsigned int stream_length;105 const unsigned char *stream; /* Pointer to the current stream */107 struct component component_infos[COMPONENTS];108 unsigned int nf_components;109 unsigned char Q_tables[COMPONENTS][64]; /* quantization tables, zigzag*/110 unsigned char Q_tables_valid[COMPONENTS];111 struct huffman_table HTDC[HUFFMAN_TABLES]; /* DC huffman tables */[all …]