MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / HuffmanTree_getCode

Function HuffmanTree_getCode

samples/shared/lodepng.cpp:868–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868static unsigned HuffmanTree_getCode(const HuffmanTree* tree, unsigned index)
869{
870 return tree->tree1d[index];
871}
872
873static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index)
874{

Callers 3

writeLZ77dataFunction · 0.85
deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected