Searched refs:numLiteralTrees (Results 1 – 3 of 3) sorted by relevance
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 623 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/ |
D | Decode.cs | 579 …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/ |
D | decode.js | 662 …var /** !number */ numLiteralTrees = decodeContextMap(s.numLiteralBlockTypes << 6, s.contextMap, s… 672 s.hGroup0 = decodeHuffmanTreeGroup(256, numLiteralTrees, s);
|