Cyan4973 / FiniteStateEntropy

New generation entropy codecs : Finite State Entropy and Huff0
BSD 2-Clause "Simplified" License
1.33k stars 143 forks source link

introduced histogram module #92

Closed Cyan4973 closed 6 years ago

Cyan4973 commented 6 years ago

all histogram functions (_count(), _countFast(), etc.) are now grouped into their own module, hist.c .

It always bothered me that they were included into fse.c, since they were also useful for other tasks, starting with huff0 compression.

All histogram functions are renamed with prefix HIST_*.