Lines Matching full:fse
213 - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
438 Part of FSE library
669 FSE : Finite State Entropy codec
711 * FSE simple functions
715 Decompress FSE data from buffer 'cSrc', of size 'cSrcSize',
734 * FSE detailed API
778 (Note : these functions only decompress FSE-compressed blocks.
810 /* FSE buffer bounds */
814 /* It is possible to statically allocate FSE CTable/DTable as a table of unsigned using below macro…
819 * FSE advanced API
836 * FSE symbol decompression API
852 * FSE unsafe API
1024 Note : in contrast with FSE, HUFv07_decompress can regenerate
1099 /* FSEv07_count() : find it within "fse.h" */
1180 - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
1187 * FSE Error Management
1203 * FSE NCount encoding-decoding
1337 else { /* header compressed with FSE (normal case) */ in HUFv07_readStats()
1375 FSE : Finite State Entropy decoder
1404 - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
1680 /* normal FSE decoding mode */ in FSEv07_decompress()
1728 - FSE+HUF source repository : https://github.com/Cyan4973/FiniteStateEntropy
3474 /* FSE table descriptors */ in ZSTDv07_decodeSeqHeaders()