Searched refs:huffman (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_lha.c | 102 struct huffman { struct 248 static int lzh_huffman_init(struct huffman *, size_t, int); 249 static void lzh_huffman_free(struct huffman *); 251 static int lzh_make_fake_table(struct huffman *, uint16_t); 252 static int lzh_make_huffman_table(struct huffman *); 253 static inline int lzh_decode_huffman(struct huffman *, unsigned); 254 static int lzh_decode_huffman_tree(struct huffman *, unsigned, int); 2330 struct huffman *lt = &(ds->lt); in lzh_decode_blocks() 2331 struct huffman *pt = &(ds->pt); in lzh_decode_blocks() 2516 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); 2764 struct huffman *at = &(ds->at), *lt = &(ds->lt), *mt = &(ds->mt); in lzx_decode_blocks() 3059 lzx_read_bitlen(struct lzx_stream *strm, struct huffman *d, int end) in lzx_read_bitlen() 3137 lzx_huffman_init(struct huffman *hf, size_t len_size, int tbl_bits) in lzx_huffman_init() 3158 lzx_huffman_free(struct huffman *hf) in lzx_huffman_free() [all …]
|
| /freebsd/lib/libbz2/ |
| H A D | Makefile | 10 huffman.c randtable.c
|
| /freebsd/stand/libsa/ |
| H A D | Makefile | 94 .for i in bzlib.c crctable.c decompress.c huffman.c randtable.c
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 33 lib: improved huffman speed on small data and linux kernel, by @terrelln 84 perf: +20% faster huffman decompression for targets that can't compile x64 assembly (#3449, @terrel… 150 perf: faster huffman decoder, using x64 assembly, by @terrelln 561 doc : fixed huffman example, by Ulrich Kunitz (@ulikunitz)
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 1108 - Report 0 for huffman and rle strategies and for level == 0 or 1 1384 - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
|