MCPcopy Create free account
hub / github.com/ChevyRay/crunch / writeLZ77data

Function writeLZ77data

crunch/lodepng.cpp:1695–1721  ·  view source on GitHub ↗

write the lz77-encoded data, which has lit, len and dist codes, to compressed stream using huffman trees. tree_ll: the tree for lit and len codes. tree_d: the tree for distance codes. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls 4

addHuffmanSymbolFunction · 0.85
HuffmanTree_getCodeFunction · 0.85
HuffmanTree_getLengthFunction · 0.85
addBitsToStreamFunction · 0.85

Tested by

no test coverage detected