Home
last modified time | relevance | path

Searched refs:numLiteralTrees (Results 1 – 3 of 3) sorted by relevance

/external/brotli/java/org/brotli/dec/
DDecode.java623 int numLiteralTrees = decodeContextMap(s.numLiteralBlockTypes << LITERAL_CONTEXT_BITS, in readMetablockHuffmanCodesAndContextMaps() local
638 s.hGroup0 = decodeHuffmanTreeGroup(NUM_LITERAL_CODES, numLiteralTrees, s); in readMetablockHuffmanCodesAndContextMaps()
/external/brotli/csharp/org/brotli/dec/
DDecode.cs579 …int numLiteralTrees = DecodeContextMap(state.numBlockTypes[0] << LiteralContextBits, state.context… in ReadMetablockHuffmanCodesAndContextMaps()
592 Org.Brotli.Dec.HuffmanTreeGroup.Init(state.hGroup0, NumLiteralCodes, numLiteralTrees); in ReadMetablockHuffmanCodesAndContextMaps()
/external/brotli/js/
Ddecode.js662 …var /** !number */ numLiteralTrees = decodeContextMap(s.numLiteralBlockTypes << 6, s.contextMap, s…
672 s.hGroup0 = decodeHuffmanTreeGroup(256, numLiteralTrees, s);