Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v05.c1484 Huff0 : Huffman coder, part of New Generation Entropy library
1526 * Huff0 simple functions
1532 Decompress Huff0 data from buffer 'cSrc', of size 'cSrcSize',
1557 Huff0 : Huffman codec, part of New Generation Entropy library
1601 /* static allocation of Huff0's DTable */
1619 * Huff0 detailed API
1650 Huff0 : Huffman coder, part of New Generation Entropy library
1679 - FSEv05+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1729 * Huff0 : Huffman block decompression
2677 00 compressed by Huff0
[all …]
H A Dzstd_v04.c1379 Huff0 : Huffman coder, part of New Generation Entropy library
1427 * Huff0 simple functions
1433 Decompress Huff0 data from buffer 'cSrc', of size 'cSrcSize',
1457 Huff0 : Huffman coder, part of New Generation Entropy library
1502 /* static allocation of Huff0's DTable */
1520 * Huff0 detailed API
1545 Huff0 : Huffman coder, part of New Generation Entropy library
1574 - FSE+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1623 * Huff0 : Huffman block decompression
H A Dzstd_v03.c692 Huff0 : Huffman coder, part of New Generation Entropy library
733 /* Huff0 buffer bounds */
738 /* static allocation of Huff0's DTable */
1389 Huff0 : Huffman coder, part of New Generation Entropy library
1418 - FSE+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1464 * Huff0 : Huffman block decompression
H A Dzstd_v02.c691 Huff0 : Huffman coder, part of New Generation Entropy library
732 /* Huff0 buffer bounds */
737 /* static allocation of Huff0's DTable */
1389 Huff0 : Huffman coder, part of New Generation Entropy library
1418 - FSE+Huff0 source repository : https://github.com/Cyan4973/FiniteStateEntropy
1468 * Huff0 : Huffman block decompression
H A Dzstd_v06.c2851 00 compressed by Huff0
2855 Note : using 01 => Huff0 with precomputed table ?
2858 1.1.1) Huff0-compressed literal block : 3-5 bytes
2881 1.1.4) Huff0-compressed literal block, using precomputed CTables : 3-5 bytes
2894 1.2.1) Huff0 block, using sizes from header
2895 See Huff0 format
2897 1.2.2) Huff0 block, using prepared table
H A Dzstd_v07.c3017 00 compressed by Huff0
3021 Note : using 01 => Huff0 with precomputed table ?
3024 1.1.1) Huff0-compressed literal block : 3-5 bytes
3047 1.1.4) Huff0-compressed literal block, using precomputed CTables : 3-5 bytes
3060 1.2.1) Huff0 block, using sizes from header
3061 See Huff0 format
3063 1.2.2) Huff0 block, using prepared table
H A Dzstd_v01.c27 /* You can statically allocate Huff0 DTable as a table of unsigned short using below macro */
888 * Huff0 : Huffman block compression
912 * Huff0 : Huffman block decompression
/aosp_15_r20/external/zstd/contrib/snap/
H A Dsnapcraft.yaml8 Huff0 and FSE library
/aosp_15_r20/external/zstd/
H A DREADME.md5 It's backed by a very fast entropy stage, provided by [Huff0 and FSE library](https://github.com/Cy…
/aosp_15_r20/external/zstd/lib/common/
H A Dhuf.h2 * huff0 huffman codec,
/aosp_15_r20/external/zstd/programs/
H A Dzstd.120 …nd \fBxz\fR(1)\. It is based on the \fBLZ77\fR family, with further FSE & huff0 entropy stages\. \…
H A Dzstd.1.md20 It is based on the **LZ77** family, with further FSE & huff0 entropy stages.
/aosp_15_r20/external/zstd/lib/compress/
H A Dhuf_compress.c133 * Same as FSE_compress(), but dedicated to huff0's weights compression.
/aosp_15_r20/external/zstd/lib/decompress/
H A Dhuf_decompress.c2 * huff0 huffman decoder,