mirror of
https://github.com/intel/isa-l.git
synced 2025-10-29 04:17:53 +01:00
igzip: Increase size of large short code lookup
Change-Id: I05a564d1759ae417a966f3a12621799db0edf80a Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
This commit is contained in:
@@ -445,7 +445,7 @@ struct isal_zstream {
|
||||
|
||||
/* Large lookup table for decoding huffman codes */
|
||||
struct inflate_huff_code_large {
|
||||
uint16_t short_code_lookup[1 << (ISAL_DECODE_LONG_BITS)];
|
||||
uint32_t short_code_lookup[1 << (ISAL_DECODE_LONG_BITS)];
|
||||
uint16_t long_code_lookup[ISAL_HUFF_CODE_LARGE_LONG_ALIGNED];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user