Searched refs:XPRESS_NUM_SYMBOLS (Results 1 – 1 of 1) sorted by relevance
13 #define XPRESS_NUM_SYMBOLS 512 macro24 u16 decode_table[(1 << XPRESS_TABLEBITS) + 2 * XPRESS_NUM_SYMBOLS];27 u8 lens[XPRESS_NUM_SYMBOLS];31 XPRESS_NUM_SYMBOLS];70 if (compressed_size < XPRESS_NUM_SYMBOLS / 2) in xpress_decompress()72 for (i = 0; i < XPRESS_NUM_SYMBOLS / 2; i++) { in xpress_decompress()78 if (make_huffman_decode_table(d->decode_table, XPRESS_NUM_SYMBOLS, in xpress_decompress()86 init_input_bitstream(&is, in_begin + XPRESS_NUM_SYMBOLS / 2, in xpress_decompress()87 compressed_size - XPRESS_NUM_SYMBOLS / 2); in xpress_decompress()
Completed in 4 milliseconds