Searched refs:numCommandBlockTypes (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
| D | State.java | 46 int numCommandBlockTypes; field in State
|
| D | Decode.java | 700 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/ |
| D | decode.js | 667 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;
|