Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java506 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()
DState.java41 int literalBlockLength; field in State
/external/brotli/js/
Ddecode.js523 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;
Ddecode.min.js1literalBlockLength=P(e,0,e.numLiteralBlockTypes);var t=e.rings[5];e.contextMapSlice=t<<6;e.literal…