Documentation ¶
Overview ¶
Package rle2 implements a form of run-length encoding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Frequencies ¶
type Frequencies []int
Frequencies contains the number of times each symbol is used, the index being the symbol.
func GetFrequencies ¶
func GetFrequencies(syms symbols.ReducedSet, data []uint16) Frequencies
GetFrequencies gets the frequencies for a slice of symbols
Click to show internal directories.
Click to hide internal directories.