Searched refs:literalBlockLength (Results 1 – 4 of 4) sorted by relevance
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 506 s.literalBlockLength = decodeBlockTypeAndLength(s, 0, s.numLiteralBlockTypes); in decodeLiteralBlockSwitch() 596 s.literalBlockLength = readMetablockPartition(s, 0, s.numLiteralBlockTypes); in readMetablockHuffmanCodesAndContextMaps() 790 if (s.literalBlockLength == 0) { in decompress() 793 s.literalBlockLength--; in decompress() 810 if (s.literalBlockLength == 0) { in decompress() 816 s.literalBlockLength--; in decompress()
|
D | State.java | 41 int literalBlockLength; field in State
|
/external/brotli/js/ |
D | decode.js | 523 s.literalBlockLength = decodeBlockTypeAndLength(s, 0, s.numLiteralBlockTypes); 631 s.literalBlockLength = readMetablockPartition(s, 0, s.numLiteralBlockTypes); 831 if (s.literalBlockLength == 0) { 834 s.literalBlockLength--; 855 if (s.literalBlockLength == 0) { 859 s.literalBlockLength--; 1529 this.literalBlockLength = 0;
|
D | decode.min.js | 1 …literalBlockLength=P(e,0,e.numLiteralBlockTypes);var t=e.rings[5];e.contextMapSlice=t<<6;e.literal…
|