Lines Matching defs:jdec_private
93 struct jdec_private { struct
95 unsigned int width[JPEG_SCAN_MAX], height[JPEG_SCAN_MAX]; /* Size of the image */
98 const unsigned char *stream_begin, *stream_end, *stream_scan;
99 unsigned int stream_length;
101 const unsigned char *stream; /* Pointer to the current stream */
103 struct component component_infos[COMPONENTS];
104 unsigned int nf_components;
105 unsigned char Q_tables[COMPONENTS][64]; /* quantization tables, zigzag*/
106 unsigned char Q_tables_valid[COMPONENTS];
107 struct huffman_table HTDC[HUFFMAN_TABLES]; /* DC huffman tables */
108 unsigned char HTDC_valid[HUFFMAN_TABLES];
109 struct huffman_table HTAC[HUFFMAN_TABLES]; /* AC huffman tables */
110 unsigned char HTAC_valid[HUFFMAN_TABLES];
111 struct jpeg_sos cur_sos; /* current sos values*/
112 int default_huffman_table_initialized;
113 int restart_interval;