Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
hcomp.h File Reference
#include "hdf.h"

Data Structures

union  model_info
 
union  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
 

Enumerations

enum  comp_model_t { 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_IMCOMP = 12
}
 

Variables

uint16 compress_map []
 

Macro Definition Documentation

◆ COMP_DECODER_ENABLED

#define COMP_DECODER_ENABLED   1

◆ COMP_ENCODER_ENABLED

#define COMP_ENCODER_ENABLED   2

◆ COMP_IMCOMP

#define COMP_IMCOMP   12

◆ COMP_JPEG

#define COMP_JPEG   2

◆ COMP_NONE

#define COMP_NONE   0

◆ COMP_RLE

#define COMP_RLE   11

Enumeration Type Documentation

◆ comp_coder_t

Enumerator
COMP_CODE_NONE 
COMP_CODE_RLE 
COMP_CODE_NBIT 
COMP_CODE_SKPHUFF 
COMP_CODE_DEFLATE 
COMP_CODE_SZIP 
COMP_CODE_INVALID 
COMP_CODE_JPEG 
COMP_CODE_IMCOMP 

◆ comp_model_t

Enumerator
COMP_MODEL_STDIO 

Variable Documentation

◆ compress_map

uint16 compress_map[]
extern