Searched refs:literalTreeIndex (Results 1 – 6 of 6) sorted by relevance
51 int literalTreeIndex; field in State
509 s.literalTreeIndex = s.contextMap[s.contextMapSlice] & 0xFF; in decodeLiteralBlockSwitch()510 s.literalTree = s.hGroup0[s.literalTreeIndex]; in decodeLiteralBlockSwitch()647 s.literalTreeIndex = 0; in readMetablockHuffmanCodesAndContextMaps()813 int literalTreeIndex = s.contextMap[s.contextMapSlice in decompress() local820 s.hGroup0, s.hGroup0[literalTreeIndex], s); in decompress()
52 internal int literalTreeIndex = 0; field in Org.Brotli.Dec.State
437 state.literalTreeIndex = state.contextMap[state.contextMapSlice] & unchecked((int)(0xFF)); in DecodeLiteralBlockSwitch()438 state.literalTree = state.hGroup0.trees[state.literalTreeIndex]; in DecodeLiteralBlockSwitch()602 state.literalTreeIndex = 0; in ReadMetablockHuffmanCodesAndContextMaps()768 …int literalTreeIndex = state.contextMap[state.contextMapSlice + (Org.Brotli.Dec.Context.Lookup[sta… in Decompress()772 prevByte1 = ReadSymbol(state.hGroup0.codes, state.hGroup0.trees[literalTreeIndex], br); in Decompress()
526 s.literalTreeIndex = s.contextMap[s.contextMapSlice] & 0xFF;527 s.literalTree = s.hGroup0[s.literalTreeIndex];679 s.literalTreeIndex = 0;858 …var /** !number */ literalTreeIndex = s.contextMap[s.contextMapSlice + (LOOKUP[s.contextLookupOffs…865 prevByte1 = readSymbol(s.hGroup0, s.hGroup0[literalTreeIndex], s);1549 this.literalTreeIndex = 0;
1 …literalTreeIndex=e.contextMap[e.contextMapSlice]&255;e.literalTree=e.hGroup0[e.literalTreeIndex];v…