Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
Go to the source code of this file.
Classes | |
struct | code |
Macros | |
#define | ENOUGH_LENS 852 |
#define | ENOUGH_DISTS 592 |
#define | ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) |
Enumerations | |
enum | codetype { CODES, LENS, DISTS, CODES, LENS, DISTS } |
Functions | |
int ZLIB_INTERNAL inflate_table | OF ((codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)) |
struct code |
Definition at line 24 of file inftree9.h.
Class Members | ||
---|---|---|
unsigned char | bits | |
unsigned char | op | |
unsigned short | val |
#define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) |
Definition at line 51 of file inftrees.h.
#define ENOUGH_DISTS 592 |
Definition at line 50 of file inftrees.h.
#define ENOUGH_LENS 852 |
Definition at line 49 of file inftrees.h.
enum codetype |
Enumerator | |
---|---|
CODES | |
LENS | |
DISTS | |
CODES | |
LENS | |
DISTS |
Definition at line 54 of file inftrees.h.