Cyan4973 / FiniteStateEntropy

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

Make tuning parameters configurable without changing the source code #72

Closed tv-s closed 8 years ago

tv-s commented 8 years ago

There was a need to change some tuning parameters without touching the source files directly. This PR makes possible to provide these values using compiler parameters.

Introduced separate FSEU16_x constants for U16 operations. Otherwise it wouldn't be possible to configure U16 operations separately.

Cyan4973 commented 8 years ago

Yes, it's a pretty good capability. Merged