Searched refs:hGroup1 (Results 1 – 6 of 6) sorted by relevance
/external/brotli/java/org/brotli/dec/ |
D | State.java | 25 int[] hGroup1; field in State
|
D | Decode.java | 518 s.treeCommandOffset = s.hGroup1[s.rings[7]]; in decodeCommandBlockSwitch() 558 s.hGroup1 = new int[0]; in readNextMetablockHeader() 639 s.hGroup1 = in readMetablockHuffmanCodesAndContextMaps() 649 s.treeCommandOffset = s.hGroup1[0]; in readMetablockHuffmanCodesAndContextMaps() 764 int cmdCode = readSymbol(s.hGroup1, s.treeCommandOffset, s); in decompress()
|
/external/brotli/csharp/org/brotli/dec/ |
D | Decode.cs | 447 state.treeCommandOffset = state.hGroup1.trees[state.blockTypeRb[3]]; in DecodeCommandBlockSwitch() 516 state.hGroup1.codes = null; in ReadMetablockInfo() 517 state.hGroup1.trees = null; in ReadMetablockInfo() 593 …Org.Brotli.Dec.HuffmanTreeGroup.Init(state.hGroup1, NumInsertAndCopyCodes, state.numBlockTypes[1]); in ReadMetablockHuffmanCodesAndContextMaps() 596 Org.Brotli.Dec.HuffmanTreeGroup.Decode(state.hGroup1, br); in ReadMetablockHuffmanCodesAndContextMaps() 604 state.treeCommandOffset = state.hGroup1.trees[0]; in ReadMetablockHuffmanCodesAndContextMaps() 714 int cmdCode = ReadSymbol(state.hGroup1.codes, state.treeCommandOffset, br); in Decompress()
|
D | State.cs | 32 internal readonly Org.Brotli.Dec.HuffmanTreeGroup hGroup1 = new Org.Brotli.Dec.HuffmanTreeGroup(); field in Org.Brotli.Dec.State
|
/external/brotli/js/ |
D | decode.js | 538 s.treeCommandOffset = s.hGroup1[s.rings[7]]; 585 s.hGroup1 = new Int32Array(0); 673 s.hGroup1 = decodeHuffmanTreeGroup(704, s.numCommandBlockTypes, s); 681 s.treeCommandOffset = s.hGroup1[0]; 800 var /** !number */ cmdCode = readSymbol(s.hGroup1, s.treeCommandOffset, s); 1503 this.hGroup1 = new Int32Array(0);
|
D | decode.min.js | 1 …hGroup1[e.rings[7]]}function N(e){e.distanceBlockLength=P(e,2,e.numDistanceBlockTypes);e.distConte…
|