Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java181 private static int decodeVarLenUnsignedByte(State s) { in decodeVarLenUnsignedByte() method in Decode
438 int numTrees = decodeVarLenUnsignedByte(s) + 1; in decodeContextMap()
595 s.numLiteralBlockTypes = decodeVarLenUnsignedByte(s) + 1; in readMetablockHuffmanCodesAndContextMaps()
597 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1; in readMetablockHuffmanCodesAndContextMaps()
599 s.numDistanceBlockTypes = decodeVarLenUnsignedByte(s) + 1; in readMetablockHuffmanCodesAndContextMaps()
/external/brotli/js/
Ddecode.js102 function decodeVarLenUnsignedByte(s) { function in BrotliDecodeClosure
433 var /** !number */ numTrees = decodeVarLenUnsignedByte(s) + 1;
630 s.numLiteralBlockTypes = decodeVarLenUnsignedByte(s) + 1;
632 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1;
634 s.numDistanceBlockTypes = decodeVarLenUnsignedByte(s) + 1;