Searched refs:extra_bits (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/tools/hhpcomp/lzx_compress/ |
H A D | lzx_layer.c | 52 u_char extra_bits[52]; variable 378 if (extra_bits[49]) return; in lzx_init_static() 382 extra_bits[i] = extra_bits[i+1] = j; /* 0,0,0,0,1,1,2,2,3,3... */ in lzx_init_static() 388 j += 1 << extra_bits[i]; /* 1,1,1,1,2,2,4,4,8,8,16,16,32,32,... */ in lzx_init_static() 729 position_footer = ((1UL << extra_bits[position_slot]) - 1) & formatted_offset; in lzx_output_match() 759 if (extra_bits[position_slot] >= 3) { in lzx_output_match() 894 if ((block_type == LZX_ALIGNED_OFFSET_BLOCK) && (extra_bits[position_slot] >= 3)) { in lzx_write_compressed_literals() 897 lzx_write_bits(lzxd, extra_bits[position_slot] - 3, verbatim_bits); in lzx_write_compressed_literals() 903 lzx_write_bits(lzxd, extra_bits[position_slot], verbatim_bits); in lzx_write_compressed_literals()
|
/reactos/dll/win32/itss/ |
H A D | lzx.c | 158 static const UBYTE extra_bits[51] = { variable 189 while (i < wndsize) i += 1 << extra_bits[posn_slots++]; in LZXinit() 587 extra = extra_bits[match_offset]; in LZXdecompress() 660 extra = extra_bits[match_offset]; in LZXdecompress()
|
/reactos/dll/win32/mspatcha/ |
H A D | lzx.c | 158 static const UBYTE extra_bits[51] = { variable 596 extra = extra_bits[match_offset]; in LZXdecompress() 669 extra = extra_bits[match_offset]; in LZXdecompress()
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | trees.c | 119 const intf *extra_bits; /* extra bits for each code or NULL */ member 249 static_l_desc.extra_bits = extra_lbits; in tr_static_init() 251 static_d_desc.extra_bits = extra_dbits; in tr_static_init() 252 static_bl_desc.extra_bits = extra_blbits; in tr_static_init() 493 const intf *extra = desc->stat_desc->extra_bits;
|
/reactos/dll/win32/cabinet/ |
H A D | cabinet.h | 298 cab_UBYTE extra_bits[51]; member
|
H A D | fdi.c | 156 cab_UBYTE extra_bits[51]; member 822 memcpy(CAB(extra_bits), bits, sizeof(bits)); in LZXfdi_init() 1734 extra = CAB(extra_bits)[match_offset]; in LZXfdi_decomp() 1807 extra = CAB(extra_bits)[match_offset]; in LZXfdi_decomp()
|