Searched refs:decodeVarLenUnsignedByte (Results 1 – 2 of 2) sorted by relevance
326 private static int decodeVarLenUnsignedByte(State s) { in decodeVarLenUnsignedByte() method in Decode618 int numTrees = decodeVarLenUnsignedByte(s) + 1; in decodeContextMap()823 s.numLiteralBlockTypes = decodeVarLenUnsignedByte(s) + 1; in readMetablockHuffmanCodesAndContextMaps()825 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1; in readMetablockHuffmanCodesAndContextMaps()827 s.numDistanceBlockTypes = decodeVarLenUnsignedByte(s) + 1; in readMetablockHuffmanCodesAndContextMaps()
209 function decodeVarLenUnsignedByte(s) { function in BrotliDecodeClosure561 var /** number */ numTrees = decodeVarLenUnsignedByte(s) + 1;797 s.numLiteralBlockTypes = decodeVarLenUnsignedByte(s) + 1;799 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1;801 s.numDistanceBlockTypes = decodeVarLenUnsignedByte(s) + 1;