Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DDecode.cs438 state.literalTree = state.hGroup0.trees[state.literalTreeIndex]; in DecodeLiteralBlockSwitch()
514 state.hGroup0.codes = null; in ReadMetablockInfo()
515 state.hGroup0.trees = null; in ReadMetablockInfo()
592 Org.Brotli.Dec.HuffmanTreeGroup.Init(state.hGroup0, NumLiteralCodes, numLiteralTrees); in ReadMetablockHuffmanCodesAndContextMaps()
595 Org.Brotli.Dec.HuffmanTreeGroup.Decode(state.hGroup0, br); in ReadMetablockHuffmanCodesAndContextMaps()
603 state.literalTree = state.hGroup0.trees[0]; in ReadMetablockHuffmanCodesAndContextMaps()
745 … ringBuffer[state.pos] = unchecked((byte)ReadSymbol(state.hGroup0.codes, state.literalTree, br)); in Decompress()
772 prevByte1 = ReadSymbol(state.hGroup0.codes, state.hGroup0.trees[literalTreeIndex], br); in Decompress()
DState.cs30 internal readonly Org.Brotli.Dec.HuffmanTreeGroup hGroup0 = new Org.Brotli.Dec.HuffmanTreeGroup(); field in Org.Brotli.Dec.State
/external/brotli/java/org/brotli/dec/
DDecode.java510 s.literalTree = s.hGroup0[s.literalTreeIndex]; in decodeLiteralBlockSwitch()
557 s.hGroup0 = new int[0]; in readNextMetablockHeader()
638 s.hGroup0 = decodeHuffmanTreeGroup(NUM_LITERAL_CODES, numLiteralTrees, s); in readMetablockHuffmanCodesAndContextMaps()
648 s.literalTree = s.hGroup0[0]; in readMetablockHuffmanCodesAndContextMaps()
796 (byte) readSymbol(s.hGroup0, s.literalTree, s); in decompress()
820 s.hGroup0, s.hGroup0[literalTreeIndex], s); in decompress()
DState.java24 int[] hGroup0; field in State
/external/brotli/js/
Ddecode.js527 s.literalTree = s.hGroup0[s.literalTreeIndex];
584 s.hGroup0 = new Int32Array(0);
672 s.hGroup0 = decodeHuffmanTreeGroup(256, numLiteralTrees, s);
680 s.literalTree = s.hGroup0[0];
839 ringBuffer[s.pos] = readSymbol(s.hGroup0, s.literalTree, s);
865 prevByte1 = readSymbol(s.hGroup0, s.hGroup0[literalTreeIndex], s);
1501 this.hGroup0 = new Int32Array(0);
Ddecode.min.js1hGroup0[e.literalTreeIndex];var i=e.contextModes[t];e.contextLookupOffset1=i<<9;e.contextLookupOff…