| APC.h |
Arithmetic Probability Encoder/Decoder, common interface file. |
| APD.c |
Arithmetic Byte Decoder, implementation file. |
| APE.c |
Arithmetic Word Encoder, implementation file. |
| APM.c |
This builds the modeling table for the Arithmetic Encoder. |
| BTD.c |
Binary Tree Encoding routines. |
| BTE.c |
Binary Tree Encoding routines. |
| BTREE.c |
Binary Tree, implementation file. |
| BWP.c |
Bit Word Packing, where word refers to 32-bit words. |
| BWU.c |
Bit Word Unpacking, where word refers to 32-bit words. |
| FCS.c |
Utilities to compute a Fletcher checksum. |
| HDD.c |
Implementation ofthe routines to decode a distribution of symbols. |
| HDE.c |
Implementation of the routines to encodes a distribution of. |
| HEAP.c |
HEAP, implementation file. |
| HUFF.c |
Huffman Encode/Decode, implementation file. |
| RLD.c |
Run length decoding routine. |
| RLE.c |
Encodes up to 32-bit word using a run-length encoding method. |
| apdtemplate.h |
Arithmetic Byte Decoder, template implementation file. |
| bswp.h |
Stripped-down local copy of the PBS swap routines. |
| dprintf.h |
Debugging print out. |
| ffs.h |
Provides the interface and implementation of the Find First Set. |
| ../ptd/encdec_unit_test.c |
Tests the encode/decode library 'encdec'. |
| ../ptd/test_bt.c |
Unit test for the binary tree encoding routines. |
| ../ptd/test_convert.c |
Tests the BWP_convert, bfu__revert combination. |
| ../ptd/test_huff.c |
Unit test for Huffman encoding/decoding. |
| ../ptd/test_rl.c |
Test the run length encoding/deccoding routines. |