GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LDT / V0-3-0
Constituent: encdec     Tag: sun-gcc
This graph shows which files directly or indirectly include this file:

Typedefs | |
| typedef _HDD | HDD |
Functions | |
| void * | HDD_construct (HDD *hde, unsigned int nhuff) |
| Constructs (initializes) the specified HDD structure. | |
| unsigned int | HDD_sizeof (unsigned int nhuff) |
| Returns the size, in bytes, for a handle to hold a Huffman distribution of huffman_bins. | |
| unsigned int | HDD_decodeS (HDD *hdd, const unsigned int *src, unsigned int pos, unsigned int max_pos, unsigned short int *syms, unsigned int nsyms) |
| Unpacks the distribution encoded with HDD_encodeSS. | |
CVS $Id: HDD.h,v 1.1 2006/11/01 21:23:34 russell Exp $
|
||||||||||||
|
Constructs (initializes) the specified HDD structure.
|
|
||||||||||||||||||||||||||||
|
Unpacks the distribution encoded with HDD_encodeSS.
|
|
|
Returns the size, in bytes, for a handle to hold a Huffman distribution of huffman_bins.
|
1.4.4