MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / HuffmanTree_getLength

Function HuffmanTree_getLength

src/lodepng.cpp:856–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index)
857{
858 return tree->lengths[index];
859}
860#endif /*LODEPNG_COMPILE_ENCODER*/
861
862/*get the literal and length code tree of a deflated block with fixed tree, as per the deflate specification*/

Callers 3

writeLZ77dataFunction · 0.85
deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected