make_huffman_decode_table
extern int make_huffman_decode_table(u16 decode_table[], const u32 num_syms,
if (make_huffman_decode_table(d->precode_decode_table,
if (make_huffman_decode_table(d->alignedcode_decode_table,
if (make_huffman_decode_table(d->maincode_decode_table,
if (make_huffman_decode_table(d->lencode_decode_table,
if (make_huffman_decode_table(d->decode_table, XPRESS_NUM_SYMBOLS,