MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / HuffmanTree_getCode

Function HuffmanTree_getCode

dependency/densecrf/examples/lodepng.cpp:896–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896static unsigned HuffmanTree_getCode(const HuffmanTree* tree, unsigned index)
897{
898 return tree->tree1d[index];
899}
900
901static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index)
902{

Callers 3

writeLZ77dataFunction · 0.85
deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected