Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java307 BitReader.readMoreInput(s); in readHuffmanCodeLengths()
370 BitReader.readMoreInput(s); in readHuffmanCode()
437 BitReader.readMoreInput(s); in decodeContextMap()
454 BitReader.readMoreInput(s); in decodeContextMap()
561 BitReader.readMoreInput(s); in readNextMetablockHeader()
602 BitReader.readMoreInput(s); in readMetablockHuffmanCodesAndContextMaps()
618 BitReader.readMoreInput(s); in readMetablockHuffmanCodesAndContextMaps()
758 BitReader.readMoreInput(s); in decompress()
789 BitReader.readMoreInput(s); in decompress()
809 BitReader.readMoreInput(s); in decompress()
[all …]
DBitReader.java46 static void readMoreInput(State s) { in readMoreInput() method in BitReader
161 readMoreInput(s); in prepare()