MISR Toolkit
1.5.1
|
Go to the source code of this file.
Data Structures | |
union | tag_model_info |
union | tag_comp_info |
Macros | |
#define | COMP_NONE 0 |
#define | COMP_JPEG 2 |
#define | COMP_RLE 11 |
#define | COMP_IMCOMP 12 |
#define | COMP_DECODER_ENABLED 1 |
#define | COMP_ENCODER_ENABLED 2 |
Typedefs | |
typedef union tag_model_info | model_info |
typedef union tag_comp_info | comp_info |
Enumerations | |
enum | comp_model_t { COMP_MODEL_STDIO = 0, COMP_MODEL_STDIO = 0 } |
enum | comp_coder_t { COMP_CODE_NONE = 0, COMP_CODE_RLE, COMP_CODE_NBIT, COMP_CODE_SKPHUFF, COMP_CODE_DEFLATE, COMP_CODE_SZIP, COMP_CODE_INVALID, COMP_CODE_JPEG, COMP_CODE_NONE = 0, COMP_CODE_RLE, COMP_CODE_NBIT, COMP_CODE_SKPHUFF, COMP_CODE_DEFLATE, COMP_CODE_SZIP, COMP_CODE_INVALID, COMP_CODE_JPEG, COMP_CODE_IMCOMP = 12 } |
Variables | |
uint16 | compress_map [] |
typedef union tag_comp_info comp_info |
typedef union tag_model_info model_info |
enum comp_coder_t |
enum comp_model_t |
uint16 compress_map[] |