Definition at line 43 of file iff.c.
Referenced by decode_end(), decode_frame(), and decode_init().
Definition at line 44 of file iff.c.
Referenced by decode_frame(), decode_init(), and extract_header().
Definition at line 45 of file iff.c.
Referenced by decode_end(), decode_frame(), and decode_init().
temporary buffer for planar to chunky conversation
Definition at line 46 of file iff.c.
Referenced by decode_end(), decode_frame(), and extract_header().
HAM decode table.
Definition at line 47 of file iff.c.
Referenced by decode_end(), decode_frame(), and extract_header().
temporary buffer for palette indices
Definition at line 48 of file iff.c.
Referenced by decode_frame(), and extract_header().
masking palette table
Definition at line 49 of file iff.c.
Referenced by decode_frame(), and extract_header().
delta compression method used
Definition at line 50 of file iff.c.
Referenced by decode_frame(), extract_header(), and unsupported().
bits per plane to decode (differs from bits_per_coded_sample if HAM)
Definition at line 51 of file iff.c.
Referenced by decode_frame(), decode_init(), extract_header(), and unsupported().
0 if non-HAM or number of hold bits (6 for bpp > 6, 4 otherwise)
Definition at line 52 of file iff.c.
Referenced by decode_frame(), extract_header(), and unsupported().
1 for EHB, 0 is no extra half darkening
Definition at line 53 of file iff.c.
Referenced by cmap_read_palette(), and extract_header().
TODO: transparency color index in palette.
Definition at line 54 of file iff.c.
Referenced by cmap_read_palette(), and extract_header().
TODO: masking method used.
Definition at line 55 of file iff.c.
Referenced by cmap_read_palette(), and extract_header().
Definition at line 56 of file iff.c.
Referenced by decode_frame().
TVDC lookup table.
Definition at line 57 of file iff.c.
Referenced by decode_frame(), and extract_header().