Context algorithm
Semi-predictive context algorithm implementation
|
#include "fsmTree.h"
Go to the source code of this file.
Functions | |
void | encode (fsmTree_t, FILE *, const Uchar *text, const Uint textlen, const BOOL useSee) |
Encode the input data into the output file using the tree as model. More... | |
void | encodeBin (fsmTree_t, FILE *, const Uchar *text, const Uint textlen) |
Encode the binary input data into the output file using the tree as model. More... | |