Home
last modified time | relevance | path

Searched refs:metaBlockLength (Results 1 – 6 of 6) sorted by relevance

/external/brotli/java/org/brotli/dec/
DDecode.java197 s.metaBlockLength = 0; in decodeMetaBlockLength()
219 s.metaBlockLength |= bits << (i * 8); in decodeMetaBlockLength()
228 s.metaBlockLength |= bits << (i * 4); in decodeMetaBlockLength()
231 s.metaBlockLength++; in decodeMetaBlockLength()
563 if ((s.metaBlockLength == 0) && (s.isMetadata == 0)) { in readNextMetablockHeader()
576 s.expectedTotalSize += s.metaBlockLength; in readNextMetablockHeader()
663 if (s.metaBlockLength <= 0) { in copyUncompressedData()
669 int chunkLength = Math.min(s.ringBufferSize - s.pos, s.metaBlockLength); in copyUncompressedData()
671 s.metaBlockLength -= chunkLength; in copyUncompressedData()
738 if (s.metaBlockLength < 0) { in decompress()
[all …]
DState.java37 int metaBlockLength; field in State
/external/brotli/csharp/org/brotli/dec/
DDecode.cs65 state.metaBlockLength = 0; in DecodeMetaBlockLength()
92 state.metaBlockLength |= bits << (i * 8); in DecodeMetaBlockLength()
104 state.metaBlockLength |= bits << (i * 4); in DecodeMetaBlockLength()
107 state.metaBlockLength++; in DecodeMetaBlockLength()
522 if (state.metaBlockLength == 0 && !state.isMetadata) in ReadMetablockInfo()
539 state.expectedTotalSize += state.metaBlockLength; in ReadMetablockInfo()
615 if (state.metaBlockLength <= 0) in CopyUncompressedData()
621 int chunkLength = System.Math.Min(state.ringBufferSize - state.pos, state.metaBlockLength); in CopyUncompressedData()
623 state.metaBlockLength -= chunkLength; in CopyUncompressedData()
681 if (state.metaBlockLength < 0) in Decompress()
[all …]
DState.cs22 internal int metaBlockLength; field in Org.Brotli.Dec.State
/external/brotli/js/
Ddecode.js127 s.metaBlockLength = 0;
152 s.metaBlockLength |= bits << (i * 8);
164 s.metaBlockLength |= bits << (i * 4);
167 s.metaBlockLength++;
591 if ((s.metaBlockLength == 0) && (s.isMetadata == 0)) {
603 s.expectedTotalSize += s.metaBlockLength;
695 if (s.metaBlockLength <= 0) {
700 var /** !number */ chunkLength = min(s.ringBufferSize - s.pos, s.metaBlockLength);
702 s.metaBlockLength -= chunkLength;
773 if (s.metaBlockLength < 0) {
[all …]
Ddecode.min.js1metaBlockLength=0;e.isUncompressed=0;e.isMetadata=0;if(e.inputEnd!=0&&ee(e,1)!=0){return}var t=ee(…