|
Context algorithm
Semi-predictive context algorithm implementation
|
#include "decoderTree.h"Go to the source code of this file.
Functions | |
| void | decode (decoderTree_t, const Uint textlen, FILE *compressed_file, FILE *output, const BOOL useSee) |
| Decodes the compressed file data to the output file (for non-binary alphabet). More... | |
| void | decodeBin (decoderTree_t, const Uint textlen, FILE *compressed_file, FILE *output) |
| Decodes the compressed file data to the output file (for binary alphabet). More... | |
| void decode | ( | decoderTree_t | , |
| const Uint | textlen, | ||
| FILE * | compressed_file, | ||
| FILE * | output, | ||
| const BOOL | useSee | ||
| ) |
| void decodeBin | ( | decoderTree_t | , |
| const Uint | textlen, | ||
| FILE * | compressed_file, | ||
| FILE * | output | ||
| ) |
Decodes the compressed file data to the output file (for binary alphabet).