Searched full:huff0 (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v05.c | 1484 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 D | zstd_v04.c | 1379 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 D | zstd_v03.c | 692 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 D | zstd_v02.c | 691 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 D | zstd_v06.c | 2851 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 D | zstd_v07.c | 3017 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 D | zstd_v01.c | 27 /* 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 D | snapcraft.yaml | 8 Huff0 and FSE library
|
/aosp_15_r20/external/zstd/ |
H A D | README.md | 5 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 D | huf.h | 2 * huff0 huffman codec,
|
/aosp_15_r20/external/zstd/programs/ |
H A D | zstd.1 | 20 …nd \fBxz\fR(1)\. It is based on the \fBLZ77\fR family, with further FSE & huff0 entropy stages\. \…
|
H A D | zstd.1.md | 20 It is based on the **LZ77** family, with further FSE & huff0 entropy stages.
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | huf_compress.c | 133 * Same as FSE_compress(), but dedicated to huff0's weights compression.
|
/aosp_15_r20/external/zstd/lib/decompress/ |
H A D | huf_decompress.c | 2 * huff0 huffman decoder,
|