Home
last modified time | relevance | path

Searched full:huff0 (Results 1 – 14 of 14) sorted by relevance

/external/zstd/contrib/snap/
Dsnapcraft.yaml8 Huff0 and FSE library
/external/zstd/lib/legacy/
Dzstd_v05.c1536 Huff0 : Huffman coder, part of New Generation Entropy library
1578 * Huff0 simple functions
1584 Decompress Huff0 data from buffer 'cSrc', of size 'cSrcSize',
1609 Huff0 : Huffman codec, part of New Generation Entropy library
1653 /* static allocation of Huff0's DTable */
1671 * Huff0 detailed API
1702 Huff0 : Huffman coder, part of New Generation Entropy library
1731 - FSEv05+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1781 * Huff0 : Huffman block decompression
2729 00 compressed by Huff0
[all …]
Dzstd_v04.c1435 Huff0 : Huffman coder, part of New Generation Entropy library
1483 * Huff0 simple functions
1489 Decompress Huff0 data from buffer 'cSrc', of size 'cSrcSize',
1513 Huff0 : Huffman coder, part of New Generation Entropy library
1558 /* static allocation of Huff0's DTable */
1576 * Huff0 detailed API
1601 Huff0 : Huffman coder, part of New Generation Entropy library
1630 - FSE+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1679 * Huff0 : Huffman block decompression
Dzstd_v03.c754 Huff0 : Huffman coder, part of New Generation Entropy library
795 /* Huff0 buffer bounds */
800 /* static allocation of Huff0's DTable */
1451 Huff0 : Huffman coder, part of New Generation Entropy library
1480 - FSE+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1526 * Huff0 : Huffman block decompression
Dzstd_v02.c752 Huff0 : Huffman coder, part of New Generation Entropy library
793 /* Huff0 buffer bounds */
798 /* static allocation of Huff0's DTable */
1450 Huff0 : Huffman coder, part of New Generation Entropy library
1479 - FSE+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1529 * Huff0 : Huffman block decompression
Dzstd_v06.c2907 00 compressed by Huff0
2911 Note : using 01 => Huff0 with precomputed table ?
2914 1.1.1) Huff0-compressed literal block : 3-5 bytes
2937 1.1.4) Huff0-compressed literal block, using precomputed CTables : 3-5 bytes
2950 1.2.1) Huff0 block, using sizes from header
2951 See Huff0 format
2953 1.2.2) Huff0 block, using prepared table
Dzstd_v01.c26 /* You can statically allocate Huff0 DTable as a table of unsigned short using below macro */
926 * Huff0 : Huffman block compression
950 * Huff0 : Huffman block decompression
Dzstd_v07.c3072 00 compressed by Huff0
3076 Note : using 01 => Huff0 with precomputed table ?
3079 1.1.1) Huff0-compressed literal block : 3-5 bytes
3102 1.1.4) Huff0-compressed literal block, using precomputed CTables : 3-5 bytes
3115 1.2.1) Huff0 block, using sizes from header
3116 See Huff0 format
3118 1.2.2) Huff0 block, using prepared table
/external/zstd/
DREADME.md5 It's backed by a very fast entropy stage, provided by [Huff0 and FSE library](https://github.com/Cy…
/external/zstd/lib/common/
Dhuf.h2 * huff0 huffman codec,
/external/zstd/programs/
Dzstd.120 …d \fBxz (1)\fR\. It is based on the \fBLZ77\fR family, with further FSE & huff0 entropy stages\. \…
Dzstd.1.md20 It is based on the **LZ77** family, with further FSE & huff0 entropy stages.
/external/zstd/lib/compress/
Dhuf_compress.c79 * Same as FSE_compress(), but dedicated to huff0's weights compression.
/external/zstd/lib/decompress/
Dhuf_decompress.c2 * huff0 huffman decoder,