Main Page | Class List | Directories | File List | Class Members | File Members

lzw.h File Reference

Go to the source code of this file.

Defines

#define BITS   16
#define INIT_BITS   9
#define LZW_MAGIC   "\037\235"
#define BIT_MASK   0x1f
#define BLOCK_MODE   0x80
#define LZW_RESERVED   0x60
#define CLEAR   256
#define FIRST   (CLEAR+1)

Functions

int lzw OF ((int in, int out))

Variables

int maxbits


Define Documentation

#define BIT_MASK   0x1f
 

Definition at line 30 of file lzw.h.

Referenced by unlzw().

#define BITS   16
 

Definition at line 24 of file lzw.h.

Referenced by main(), and unlzw().

#define BLOCK_MODE   0x80
 

Definition at line 40 of file lzw.h.

Referenced by unlzw().

#define CLEAR   256
 

Definition at line 47 of file lzw.h.

Referenced by unlzw().

#define FIRST   (CLEAR+1)
 

Definition at line 48 of file lzw.h.

Referenced by unlzw().

#define INIT_BITS   9
 

Definition at line 26 of file lzw.h.

Referenced by unlzw().

#define LZW_MAGIC   "\037\235"
 

Definition at line 28 of file lzw.h.

Referenced by get_method().

#define LZW_RESERVED   0x60
 

Definition at line 45 of file lzw.h.

Referenced by unlzw().


Function Documentation

int lzw OF (int in, int out)   ) 
 


Variable Documentation

int maxbits
 

Definition at line 197 of file gzip.c.

Referenced by unlzw().


© sourcejam.com 2005-2008