Searched refs:commandBlockLength (Results 1 – 4 of 4) sorted by relevance
/external/brotli/java/org/brotli/dec/ |
D | State.java | 43 int commandBlockLength; field in State
|
D | Decode.java | 517 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes); in decodeCommandBlockSwitch() 598 s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes); in readMetablockHuffmanCodesAndContextMaps() 759 if (s.commandBlockLength == 0) { in decompress() 762 s.commandBlockLength--; in decompress()
|
/external/brotli/js/ |
D | decode.js | 537 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes); 633 s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes); 792 if (s.commandBlockLength == 0) { 795 s.commandBlockLength--; 1533 this.commandBlockLength = 0;
|
D | decode.min.js | 1 …commandBlockLength=P(e,1,e.numCommandBlockTypes);e.treeCommandOffset=e.hGroup1[e.rings[7]]}functio…
|