Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java326 private static int decodeVarLenUnsignedByte(State s) { in decodeVarLenUnsignedByte() method in Decode
618 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()
/external/brotli/js/
Ddecode.js209 function decodeVarLenUnsignedByte(s) { function in BrotliDecodeClosure
561 var /** number */ numTrees = decodeVarLenUnsignedByte(s) + 1;
797 s.numLiteralBlockTypes = decodeVarLenUnsignedByte(s) + 1;
799 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1;
801 s.numDistanceBlockTypes = decodeVarLenUnsignedByte(s) + 1;