Searched refs:rl_encode (Results 1 – 1 of 1) sorted by relevance
| /isa-l/igzip/ |
| H A D | huff_codes.c | 1190 rl_encode(uint16_t *codes, uint32_t num_codes, uint64_t *counts, struct rl_code *out) in rl_encode() function 1430 rl_huff_len = rl_encode(combined_table, hlit + 257 + hdist + 1, count_histogram, rl_huff); in isal_create_hufftables() 1518 rl_huff_len = rl_encode(combined_table, hlit + 257 + hdist + 1, count_histogram, rl_huff); in isal_create_hufftables_subset() 1632 num_cl_tokens = rl_encode(combined_table, max_ll_code + max_d_code + 2, cl_counts, in create_hufftables_icf()
|