Searched refs:distanceAlphabetSizeLimit (Results 1 – 2 of 2) sorted by relevance
869 int distanceAlphabetSizeLimit = distanceAlphabetSizeMax; in readMetablockHuffmanCodesAndContextMaps() local873 distanceAlphabetSizeLimit = calculateDistanceAlphabetLimit( in readMetablockHuffmanCodesAndContextMaps()876 s.distanceTreeGroup = decodeHuffmanTreeGroup(distanceAlphabetSizeMax, distanceAlphabetSizeLimit, in readMetablockHuffmanCodesAndContextMaps()878 calculateDistanceLut(s, distanceAlphabetSizeLimit); in readMetablockHuffmanCodesAndContextMaps()
841 var /** number */ distanceAlphabetSizeLimit = distanceAlphabetSizeMax;844 …distanceAlphabetSizeLimit = calculateDistanceAlphabetLimit(0x7FFFFFFC, s.distancePostfixBits, s.nu…846 …s.distanceTreeGroup = decodeHuffmanTreeGroup(distanceAlphabetSizeMax, distanceAlphabetSizeLimit, n…847 calculateDistanceLut(s, distanceAlphabetSizeLimit);