Searched refs:huffman (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_lha.c | 101 struct huffman { struct 249 static int lzh_huffman_init(struct huffman *, size_t, int); 250 static void lzh_huffman_free(struct huffman *); 252 static int lzh_make_fake_table(struct huffman *, uint16_t); 253 static int lzh_make_huffman_table(struct huffman *); 254 static inline int lzh_decode_huffman(struct huffman *, unsigned); 255 static int lzh_decode_huffman_tree(struct huffman *, unsigned, int); 2363 struct huffman *lt = &(ds->lt); in lzh_decode_blocks() 2364 struct huffman *pt = &(ds->pt); in lzh_decode_blocks() 2549 lzh_huffman_init(struct huffman *hf, size_t len_size, int tbl_bits) in lzh_huffman_init() [all …]
|
H A D | archive_read_support_format_cab.c | 109 struct huffman { struct 342 static int lzx_read_bitlen(struct lzx_stream *, struct huffman *, int); 343 static int lzx_huffman_init(struct huffman *, size_t, int); 344 static void lzx_huffman_free(struct huffman *); 345 static int lzx_make_huffman_table(struct huffman *); 346 static inline int lzx_decode_huffman(struct huffman *, unsigned); 2747 struct huffman *at = &(ds->at), *lt = &(ds->lt), *mt = &(ds->mt); in lzx_decode_blocks() 3042 lzx_read_bitlen(struct lzx_stream *strm, struct huffman *d, int end) in lzx_read_bitlen() 3120 lzx_huffman_init(struct huffman *hf, size_t len_size, int tbl_bits) in lzx_huffman_init() 3141 lzx_huffman_free(struct huffman *hf) in lzx_huffman_free() [all …]
|
/freebsd/lib/libbz2/ |
H A D | Makefile | 8 huffman.c randtable.c
|
/freebsd/stand/libsa/ |
H A D | Makefile | 91 .for i in bzlib.c crctable.c decompress.c huffman.c randtable.c
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 92 - [Huffman Coding](#huffman-coding) 555 The format of the Huffman tree description can be found at [Huffman Tree description](#huffman-tree… 568 [Huffman-Coded Streams](#huffman-coded-streams). 588 as described at [Huffman-Coded Streams](#huffman-coded-streams) 1438 and [Huffman](#huffman-tree-description) sections for how to decode these tables. 1680 - 0.2.9 : clarifications for huffman weights direct representation, by Ulrich Kunitz 1683 - 0.2.6 : fixed an error in huffman example, by Ulrich Kunitz
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 8 perf: faster huffman decoder, using x64 assembly, by @terrelln 419 doc : fixed huffman example, by Ulrich Kunitz (@ulikunitz)
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 1057 - Report 0 for huffman and rle strategies and for level == 0 or 1 1333 - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
|