Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java569 private static int readComplexHuffmanCode(int alphabetSizeLimit, int skip, in readComplexHuffmanCode() method in Decode
612 return readComplexHuffmanCode(alphabetSizeLimit, simpleCodeOrSkip, tableGroup, tableIdx, s); in readHuffmanCode()
/external/brotli/js/
Ddecode.js502 function readComplexHuffmanCode(alphabetSizeLimit, skip, tableGroup, tableIdx, s) { function in BrotliDecodeClosure
548 return readComplexHuffmanCode(alphabetSizeLimit, simpleCodeOrSkip, tableGroup, tableIdx, s);