Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DState.java45 int commandBlockLength; field in State
DDecode.java700 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes); in decodeCommandBlockSwitch()
826 s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes); in readMetablockHuffmanCodesAndContextMaps()
1118 if (s.commandBlockLength == 0) { in decompress()
1121 s.commandBlockLength--; in decompress()
/third_party/skia/third_party/externals/brotli/js/
Ddecode.js667 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes);
800 s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes);
974 if (s.commandBlockLength == 0) {
977 s.commandBlockLength--;
1828 this.commandBlockLength = 0;