Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DState.java50 int trivialLiteralContext; field in State
DDecode.java625 s.trivialLiteralContext = 1; in readMetablockHuffmanCodesAndContextMaps()
628 s.trivialLiteralContext = 0; in readMetablockHuffmanCodesAndContextMaps()
787 if (s.trivialLiteralContext != 0) { in decompress()
/external/brotli/csharp/org/brotli/dec/
DState.cs50 internal bool trivialLiteralContext = false; field in Org.Brotli.Dec.State
DDecode.cs580 state.trivialLiteralContext = true; in ReadMetablockHuffmanCodesAndContextMaps()
585 state.trivialLiteralContext = false; in ReadMetablockHuffmanCodesAndContextMaps()
734 if (state.trivialLiteralContext) in Decompress()
/external/brotli/js/
Ddecode.js663 s.trivialLiteralContext = 1;
666 s.trivialLiteralContext = 0;
826 if (s.trivialLiteralContext != 0) {
1547 this.trivialLiteralContext = 0;
Ddecode.min.js1trivialLiteralContext=1;for(var o=0;o<e.numLiteralBlockTypes<<6;o++){if(e.contextMap[o]!=o>>6){e.t…