Searched refs:numCommandBlockTypes (Results 1 – 4 of 4) sorted by relevance
/external/brotli/java/org/brotli/dec/ |
D | State.java | 44 int numCommandBlockTypes; field in State
|
D | Decode.java | 517 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes); in decodeCommandBlockSwitch() 597 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1; in readMetablockHuffmanCodesAndContextMaps() 598 s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes); in readMetablockHuffmanCodesAndContextMaps() 640 decodeHuffmanTreeGroup(NUM_INSERT_AND_COPY_CODES, s.numCommandBlockTypes, s); in readMetablockHuffmanCodesAndContextMaps()
|
/external/brotli/js/ |
D | decode.js | 537 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes); 632 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1; 633 s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes); 673 s.hGroup1 = decodeHuffmanTreeGroup(704, s.numCommandBlockTypes, s); 1535 this.numCommandBlockTypes = 0;
|
D | decode.min.js | 1 …numCommandBlockTypes);e.treeCommandOffset=e.hGroup1[e.rings[7]]}function N(e){e.distanceBlockLengt…
|