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

Function HuffmanTree_getCode

src/lodepng.cpp:851–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851static unsigned HuffmanTree_getCode(const HuffmanTree* tree, unsigned index)
852{
853 return tree->tree1d[index];
854}
855
856static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index)
857{

Callers 3

writeLZ77dataFunction · 0.85
deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected