Lines Matching full:fse
58 - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
610 FSE : Finite State Entropy coder
651 /* FSE buffer bounds */
656 /* You can statically allocate FSE CTable/DTable as a table of unsigned using below macro */
662 * FSE advanced API
672 * FSE symbol decompression API
689 * FSE unsafe API
947 FSE : Finite State Entropy coder
976 - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
1166 * FSE helper functions
1172 * FSE NCount encoding-decoding
1433 /* normal FSE decoding mode */ in FSE_decompress()
1480 - FSE+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1577 else /* header compressed with FSE (normal case) */ in HUF_readStats()