|
Context algorithm
Semi-predictive context algorithm implementation
|
Structure that saves statistics for each tree node in the encoder. More...
#include <statistics.h>
Data Fields | |
| Uint * | count |
| List with the number of occurrences of each character in this state. More... | |
| Uchar * | symbols |
| List of occuring symbols. More... | |
| Uint | symbolCount |
| Number of occuring symbols. More... | |
| double | cost |
| Cost assigned to this subtree. More... | |
Structure that saves statistics for each tree node in the encoder.
Definition at line 25 of file statistics.h.
| double statistics::cost |
Cost assigned to this subtree.
Definition at line 29 of file statistics.h.
| Uint* statistics::count |
List with the number of occurrences of each character in this state.
Definition at line 26 of file statistics.h.
| Uint statistics::symbolCount |
Number of occuring symbols.
Definition at line 28 of file statistics.h.
| Uchar* statistics::symbols |
List of occuring symbols.
Definition at line 27 of file statistics.h.