Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DState.java46 int numCommandBlockTypes; field in State
DDecode.java700 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes); in decodeCommandBlockSwitch()
825 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1; in readMetablockHuffmanCodesAndContextMaps()
826 s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes); in readMetablockHuffmanCodesAndContextMaps()
866 s.numCommandBlockTypes, s); in readMetablockHuffmanCodesAndContextMaps()
/third_party/skia/third_party/externals/brotli/js/
Ddecode.js667 s.commandBlockLength = decodeBlockTypeAndLength(s, 1, s.numCommandBlockTypes);
799 s.numCommandBlockTypes = decodeVarLenUnsignedByte(s) + 1;
800 s.commandBlockLength = readMetablockPartition(s, 1, s.numCommandBlockTypes);
839 s.commandTreeGroup = decodeHuffmanTreeGroup(704, 704, s.numCommandBlockTypes, s);
1830 this.numCommandBlockTypes = 0;