Lines Matching full:fse
408 FSE : Finite State Entropy coder
426 * FSE simple functions
432 Decompress FSE data from buffer 'cSrc', of size 'cSrcSize',
452 * FSE detailed API
506 (Note : these functions only decompress FSE-compressed blocks.
780 FSE : Finite State Entropy coder
824 /* FSE buffer bounds */
829 /* It is possible to statically allocate FSE CTable/DTable as a table of unsigned using below macro…
835 * FSE advanced API
846 * FSE symbol decompression API
863 * FSE unsafe API
930 FSE : Finite State Entropy coder
959 - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
1143 * FSE helper functions
1149 * FSE NCount encoding-decoding
1415 /* normal FSE decoding mode */ in FSE_decompress()
1492 …Note : in contrast with FSE, HUF_decompress can regenerate RLE (cSrcSize==1) and uncompressed (cSr…
1630 - FSE+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1730 else /* header compressed with FSE (normal case) */ in HUF_readStats()