Searched refs:decodeVarLenUnsignedByte (Results 1 – 2 of 2) sorted by relevance
181 private static int decodeVarLenUnsignedByte(State s) { in decodeVarLenUnsignedByte() method in Decode438 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()
102 function decodeVarLenUnsignedByte(s) { function in BrotliDecodeClosure433 var /** !number */ numTrees = decodeVarLenUnsignedByte(s) + 1;630 s.numLiteralBlockTypes = decodeVarLenUnsignedByte(s) + 1;632 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1;634 s.numDistanceBlockTypes = decodeVarLenUnsignedByte(s) + 1;