Searched defs:jdec_private (Results 1 – 2 of 2) sorted by relevance
82 struct jdec_private { struct84 uint8_t *components[COMPONENTS];85 unsigned int width, height; /* Size of the image */86 unsigned int flags;89 const unsigned char *stream_end;90 const unsigned char *stream; /* Pointer to the current stream */91 unsigned char *stream_filtered;92 int stream_filtered_bufsize;93 unsigned int reservoir, nbits_in_reservoir;95 struct component component_infos[COMPONENTS];[all …]
93 struct jdec_private { struct95 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 */[all …]