Searched refs:rl_code (Results 1 – 2 of 2) sorted by relevance
| /isa-l/igzip/ |
| H A D | huff_codes.h | 151 struct rl_code { struct
|
| H A D | huff_codes.c | 1022 struct rl_code *huffman_rep, uint16_t huffman_rep_length, in create_huffman_header() 1071 create_header(struct BitBuf2 *header_bitbuf, struct rl_code *huffman_rep, uint32_t length, in create_header() 1105 static inline struct rl_code * 1106 write_rl(struct rl_code *pout, uint16_t last_len, uint32_t run_len, uint64_t *counts) in write_rl() 1190 rl_encode(uint16_t *codes, uint32_t num_codes, uint64_t *counts, struct rl_code *out) in rl_encode() 1194 struct rl_code *pout; in rl_encode() 1372 struct rl_code rl_huff[LIT_LEN + DIST_LEN]; in isal_create_hufftables() 1459 struct rl_code rl_huff[LIT_LEN + DIST_LEN]; in isal_create_hufftables_subset() 1571 struct rl_code cl_tokens[LIT_LEN + DIST_LEN]; in create_hufftables_icf()
|