Searched refs:Huffman (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 43 compresses data using a combination of the LZ77 algorithm and Huffman 77 3.2.1. Synopsis of prefix and Huffman coding ............... 6 78 3.2.2. Use of Huffman coding in the "deflate" format ....... 7 82 3.2.6. Compression with fixed Huffman codes (BTYPE=01) .... 12 83 3.2.7. Compression with dynamic Huffman codes (BTYPE=10) .. 13 146 representations. Familiarity with the technique of Huffman coding 194 and Huffman coding. The Huffman trees for each block are independent 199 Each block consists of two parts: a pair of Huffman code trees that 201 compressed data part. (The Huffman trees themselves are compressed 202 using Huffman encoding.) The compressed data consists of a series of [all …]
|
| H A D | algorithm.txt | 13 Literals or match lengths are compressed with one Huffman tree, and 28 favor small distances and thus take advantage of the Huffman encoding. 62 The key question is how to represent a Huffman code (or any prefix code) so 95 looks like. You are correct that it's not a Huffman tree. It is simply a 96 lookup table for the first, let's say, nine bits of a Huffman symbol. The 124 that's essentially a Huffman tree. But then you spend too much time 183 compared to 16 entries for a Huffman tree (six two entry tables and one four 187 Huffman tree.
|
| /freebsd/packages/bzip2/ |
| H A D | bzip2.ucl | 5 algorithm, and Huffman coding. Compression is generally considerably better
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | geo | 29 # KEB D409-03167 V1.75 Huffman
|
| H A D | jpeg | 78 # Define Huffman Tables
|
| H A D | images | 80 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding 82 # Compressed color-mapped data, using Huffman, Delta, and RLE. 4-pass quadtree- type process 848 # compression method: 0~no 1~RLE 8-bit/pixel 3~Huffman 1D 849 #>>16 ulelong 3 \b, Huffman 1D compression 1048 # compression method: 0~no 1~RLE 8-bit/pixel 2~RLE 4-bit/pixel 3~Huffman 1D 6~RGBA bit field masks 1049 #>>>30 ulelong 3 \b, Huffman 1D compression 1147 # compression method: 0~no 3~Huffman 1D 1148 >>>30 ulelong 3 \b, Huffman 1D compression 1196 # compression method: 0~no 3~Huffman 1D 1197 >>>30 ulelong 3 \b, Huffman 1D compression
|
| H A D | compress | 131 # packed data, Huffman (minimum redundancy) codes on a byte-by-byte basis
|
| /freebsd/sys/contrib/zstd/lib/ |
| H A D | README.md | 115 implementation optimized for different scenarios. For example, the Huffman 192 - The C compiler macro `HUF_DISABLE_FAST_DECODE` disables the newer Huffman fast C
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 161 Huffman, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 348 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SourceCompression, Huffman, OS) in dumpPDBSourceCompression()
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 16895 …ompression of numbers; data handling; decimal data; decoding; deletions; Huffman codes; insertions… 19350 …-- Subroutines; data file compaction; data processing; decoder; encoder; Huffman codes; N-gram enc… 22649 …e is presented, which can reduce program size by a factor of 3. Unlike a Huffman code, which utili…
|