Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DState.java58 int contextLookupOffset2; field in State
DDecode.java513 s.contextLookupOffset2 = s.contextLookupOffset1 + 256; in decodeLiteralBlockSwitch()
646 s.contextLookupOffset2 = s.contextLookupOffset1 + 256; in readMetablockHuffmanCodesAndContextMaps()
815 | Context.LOOKUP[s.contextLookupOffset2 + prevByte2])] & 0xFF; in decompress()
/external/brotli/csharp/org/brotli/dec/
DState.cs70 internal int contextLookupOffset2; field in Org.Brotli.Dec.State
DDecode.cs441 state.contextLookupOffset2 = Org.Brotli.Dec.Context.LookupOffsets[contextMode + 1]; in DecodeLiteralBlockSwitch()
601 state.contextLookupOffset2 = Org.Brotli.Dec.Context.LookupOffsets[state.contextModes[0] + 1]; in ReadMetablockHuffmanCodesAndContextMaps()
768 …tLookupOffset1 + prevByte1] | Org.Brotli.Dec.Context.Lookup[state.contextLookupOffset2 + prevByte2… in Decompress()
/external/brotli/js/
Ddecode.js530 s.contextLookupOffset2 = s.contextLookupOffset1 + 256;
678 s.contextLookupOffset2 = s.contextLookupOffset1 + 256;
858 …MapSlice + (LOOKUP[s.contextLookupOffset1 + prevByte1] | LOOKUP[s.contextLookupOffset2 + prevByte2…
1563 this.contextLookupOffset2 = 0;
Ddecode.min.js1contextLookupOffset2=e.contextLookupOffset1+256}function F(e){e.commandBlockLength=P(e,1,e.numComm…