JPEGDecoder
package @nogc nothrow
struct JPEGDecoder {
}
- ac_tables
HuffTab[2] ac_tables;
Undocumented in source.
- bits_left
int bits_left;
Undocumented in source.
- cb
ubyte cb;
Undocumented in source.
- comps
Component[3] comps;
Undocumented in source.
- compsbuf
ubyte[] compsbuf;
Undocumented in source.
- correct_comp_ids
bool correct_comp_ids;
Undocumented in source.
- dc_tables
HuffTab[2] dc_tables;
Undocumented in source.
- eoi_reached
bool eoi_reached;
Undocumented in source.
- has_frame_header
bool has_frame_header;
Undocumented in source.
- height
int height;
Undocumented in source.
- hmax
int hmax;
Undocumented in source.
- num_comps
ubyte num_comps;
Undocumented in source.
- num_mcu_x
int num_mcu_x;
Undocumented in source.
- num_mcu_y
int num_mcu_y;
Undocumented in source.
- qtables
ubyte[64][4] qtables;
Undocumented in source.
- rc
Reader* rc;
Undocumented in source.
- restart_interval
ushort restart_interval;
Undocumented in source.
- tchans
int tchans;
Undocumented in source.
- vmax
int vmax;
Undocumented in source.
- width
int width;
Undocumented in source.
imagefmt jpeg
enumsfunctionsstructsvariables