const LENGTH_BASE: [u16; 32];
Base length for each length code.
The base is used together with the value of the extra bits to decode the actual length/distance values in a match.