Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java127 BitReader.fillBitWindow(s); in decodeWindowBits()
182 BitReader.fillBitWindow(s); in decodeVarLenUnsignedByte()
195 BitReader.fillBitWindow(s); in decodeMetaBlockLength()
214 BitReader.fillBitWindow(s); in decodeMetaBlockLength()
223 BitReader.fillBitWindow(s); in decodeMetaBlockLength()
257 BitReader.fillBitWindow(s); in readBlockLength()
260 BitReader.fillBitWindow(s); in readBlockLength()
308 BitReader.fillBitWindow(s); in readHuffmanCodeLengths()
334 BitReader.fillBitWindow(s); in readHuffmanCodeLengths()
373 BitReader.fillBitWindow(s); in readHuffmanCode()
[all …]
DBitReader.java92 static void fillBitWindow(State s) { in fillBitWindow() method in BitReader
223 fillBitWindow(s); in copyBytes()