Home
last modified time | relevance | path

Searched refs:commandBlockLength (Results 1 – 4 of 4) sorted by relevance

/external/brotli/java/org/brotli/dec/
DState.java43 int commandBlockLength; field in State
DDecode.java517 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/
Ddecode.js537 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;
Ddecode.min.js1commandBlockLength=P(e,1,e.numCommandBlockTypes);e.treeCommandOffset=e.hGroup1[e.rings[7]]}functio…