MCPcopy
hub / github.com/google/brotli / decodeDistanceBlockSwitch

Method decodeDistanceBlockSwitch

java/org/brotli/dec/Decode.java:769–772  ·  view source on GitHub ↗
(State s)

Source from the content-addressed store, hash-verified

767 }
768
769 private static void decodeDistanceBlockSwitch(State s) {
770 s.distanceBlockLength = decodeBlockTypeAndLength(s, 2, s.numDistanceBlockTypes);
771 s.distContextMapSlice = s.rings[9] << DISTANCE_CONTEXT_BITS;
772 }
773
774 private static void maybeReallocateRingBuffer(State s) {
775 int newSize = s.maxRingBufferSize;

Callers 1

decompressMethod · 0.95

Calls 1

Tested by

no test coverage detected