Home
last modified time | relevance | path

Searched refs:contextMapSlice (Results 1 – 6 of 6) sorted by relevance

/external/brotli/java/org/brotli/dec/
DState.java55 int contextMapSlice; field in State
DDecode.java508 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()
/external/brotli/csharp/org/brotli/dec/
DState.cs64 internal int contextMapSlice; field in Org.Brotli.Dec.State
DDecode.cs436 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()
/external/brotli/js/
Ddecode.js525 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;
Ddecode.min.js1contextMapSlice=t<<6;e.literalTreeIndex=e.contextMap[e.contextMapSlice]&255;e.literalTree=e.hGroup…