Lines Matching full:fse
52 - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
618 FSE : Finite State Entropy codec
660 * FSE simple functions
663 Decompress FSE data from buffer 'cSrc', of size 'cSrcSize',
688 * FSE detailed API
733 (Note : these functions only decompress FSE-compressed blocks.
766 Part of FSE library
1001 FSE : Finite State Entropy coder
1045 /* FSE buffer bounds */
1050 /* It is possible to statically allocate FSE CTable/DTable as a table of unsigned using below macro…
1055 * FSE advanced API
1068 * FSE symbol decompression API
1083 * FSE unsafe API
1239 - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
1245 * FSE Error Management
1259 * FSE NCount encoding-decoding
1355 FSE : Finite State Entropy decoder
1384 - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
1660 /* normal FSE decoding mode */ in FSEv06_decompress()
1728 Note : in contrast with FSE, HUFv06_decompress can regenerate
1885 else { /* header compressed with FSE (normal case) */ in HUFv06_readStats()
1960 - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
3244 /* FSE table descriptors */ in ZSTDv06_decodeSeqHeaders()