Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DState.java57 int contextLookupOffset1; field in State
DDecode.java512 s.contextLookupOffset1 = contextMode << 9; in decodeLiteralBlockSwitch()
513 s.contextLookupOffset2 = s.contextLookupOffset1 + 256; in decodeLiteralBlockSwitch()
645 s.contextLookupOffset1 = (int) (s.contextModes[0]) << 9; in readMetablockHuffmanCodesAndContextMaps()
646 s.contextLookupOffset2 = s.contextLookupOffset1 + 256; in readMetablockHuffmanCodesAndContextMaps()
814 + (Context.LOOKUP[s.contextLookupOffset1 + prevByte1] in decompress()
/external/brotli/csharp/org/brotli/dec/
DState.cs68 internal int contextLookupOffset1; field in Org.Brotli.Dec.State
DDecode.cs440 state.contextLookupOffset1 = Org.Brotli.Dec.Context.LookupOffsets[contextMode]; in DecodeLiteralBlockSwitch()
600 state.contextLookupOffset1 = Org.Brotli.Dec.Context.LookupOffsets[state.contextModes[0]]; in ReadMetablockHuffmanCodesAndContextMaps()
768 …tMap[state.contextMapSlice + (Org.Brotli.Dec.Context.Lookup[state.contextLookupOffset1 + prevByte1… in Decompress()
/external/brotli/js/
Ddecode.js529 s.contextLookupOffset1 = contextMode << 9;
530 s.contextLookupOffset2 = s.contextLookupOffset1 + 256;
677 s.contextLookupOffset1 = (s.contextModes[0]) << 9;
678 s.contextLookupOffset2 = s.contextLookupOffset1 + 256;
858 … */ literalTreeIndex = s.contextMap[s.contextMapSlice + (LOOKUP[s.contextLookupOffset1 + prevByte1…
1561 this.contextLookupOffset1 = 0;
Ddecode.min.js1contextLookupOffset1=i<<9;e.contextLookupOffset2=e.contextLookupOffset1+256}function F(e){e.comman…