Searched refs:contextMapSlice (Results 1 – 6 of 6) sorted by relevance
55 int contextMapSlice; field in State
508 s.contextMapSlice = literalBlockType << LITERAL_CONTEXT_BITS; in decodeLiteralBlockSwitch()509 s.literalTreeIndex = s.contextMap[s.contextMapSlice] & 0xFF; in decodeLiteralBlockSwitch()643 s.contextMapSlice = 0; in readMetablockHuffmanCodesAndContextMaps()813 int literalTreeIndex = s.contextMap[s.contextMapSlice in decompress()
64 internal int contextMapSlice; field in Org.Brotli.Dec.State
436 state.contextMapSlice = literalBlockType << LiteralContextBits; in DecodeLiteralBlockSwitch()437 state.literalTreeIndex = state.contextMap[state.contextMapSlice] & unchecked((int)(0xFF)); in DecodeLiteralBlockSwitch()598 state.contextMapSlice = 0; in ReadMetablockHuffmanCodesAndContextMaps()768 …int literalTreeIndex = state.contextMap[state.contextMapSlice + (Org.Brotli.Dec.Context.Lookup[sta… in Decompress()
525 s.contextMapSlice = literalBlockType << 6;526 s.literalTreeIndex = s.contextMap[s.contextMapSlice] & 0xFF;675 s.contextMapSlice = 0;858 …var /** !number */ literalTreeIndex = s.contextMap[s.contextMapSlice + (LOOKUP[s.contextLookupOffs…1557 this.contextMapSlice = 0;
1 …contextMapSlice=t<<6;e.literalTreeIndex=e.contextMap[e.contextMapSlice]&255;e.literalTree=e.hGroup…