Searched defs:decode_table (Results 1 – 4 of 4) sorted by relevance
310 struct decode_table { struct311 struct decode_header header;312 union decode_item table;
108 int make_huffman_decode_table(u16 decode_table[], const u32 num_syms, in make_huffman_decode_table()
24 u16 decode_table[(1 << XPRESS_TABLEBITS) + 2 * XPRESS_NUM_SYMBOLS]; member
209 const u16 decode_table[], in read_huffsym()