Searched refs:code_length_code_order (Results 1 – 1 of 1) sorted by relevance
| /isa-l/igzip/ |
| H A D | huff_codes.c | 36 static const uint8_t code_length_code_order[] = { 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, variable 1036 data |= ((lookup_table[code_length_code_order[0]].length) << DYN_HDR_START_LEN); in create_huffman_header() 1040 data = (data << 3) | lookup_table[code_length_code_order[i]].length; in create_huffman_header() 1093 if (lookup_table[code_length_code_order[i]].length != 0) in create_header()
|