Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/brotli/js/
Ddecode.js502 function readComplexHuffmanCode(alphabetSizeLimit, skip, tableGroup, tableIdx, s) { function in BrotliDecodeClosure
548 return readComplexHuffmanCode(alphabetSizeLimit, simpleCodeOrSkip, tableGroup, tableIdx, s);