Home
last modified time | relevance | path

Searched refs:distanceAlphabetSizeMax (Results 1 – 2 of 2) sorted by relevance

/external/brotli/java/org/brotli/dec/
DDecode.java867 int distanceAlphabetSizeMax = calculateDistanceAlphabetSize( in readMetablockHuffmanCodesAndContextMaps() local
869 int distanceAlphabetSizeLimit = distanceAlphabetSizeMax; in readMetablockHuffmanCodesAndContextMaps()
871 distanceAlphabetSizeMax = calculateDistanceAlphabetSize( in readMetablockHuffmanCodesAndContextMaps()
876 s.distanceTreeGroup = decodeHuffmanTreeGroup(distanceAlphabetSizeMax, distanceAlphabetSizeLimit, in readMetablockHuffmanCodesAndContextMaps()
/external/brotli/js/
Ddecode.js840 …var /** number */ distanceAlphabetSizeMax = calculateDistanceAlphabetSize(s.distancePostfixBits, s…
841 var /** number */ distanceAlphabetSizeLimit = distanceAlphabetSizeMax;
843distanceAlphabetSizeMax = calculateDistanceAlphabetSize(s.distancePostfixBits, s.numDirectDistance…
846 …s.distanceTreeGroup = decodeHuffmanTreeGroup(distanceAlphabetSizeMax, distanceAlphabetSizeLimit, n…