Searched refs:NUM_DISTANCE_SHORT_CODES (Results 1 – 1 of 1) sorted by relevance
56 private static final int NUM_DISTANCE_SHORT_CODES = 16; field in Decode265 if (code < NUM_DISTANCE_SHORT_CODES) { in translateShortCodes()270 return code - NUM_DISTANCE_SHORT_CODES + 1; in translateShortCodes()606 NUM_DISTANCE_SHORT_CODES + (BitReader.readFewBits(s, 4) << s.distancePostfixBits); in readMetablockHuffmanCodesAndContextMaps()