Lines Matching defs:jdec_private
96 struct jdec_private struct
99 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 */
112 unsigned char HTDC_valid[HUFFMAN_TABLES];
113 struct huffman_table HTAC[HUFFMAN_TABLES]; /* AC huffman tables */
114 unsigned char HTAC_valid[HUFFMAN_TABLES];
115 struct jpeg_sos cur_sos; /* current sos values*/
116 int default_huffman_table_initialized;
117 int restart_interval;