Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java789 private static void calculateDistanceLut(State s, int alphabetSizeLimit) { in calculateDistanceLut() method in Decode
878 calculateDistanceLut(s, distanceAlphabetSizeLimit); in readMetablockHuffmanCodesAndContextMaps()
/external/brotli/js/
Ddecode.js767 function calculateDistanceLut(s, alphabetSizeLimit) { function in BrotliDecodeClosure
847 calculateDistanceLut(s, distanceAlphabetSizeLimit);