MCPcopy Create free account
hub / github.com/creatale/node-dv / HuffmanTree_getCode

Function HuffmanTree_getCode

deps/lodepng/lodepng.cpp:904–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904static unsigned HuffmanTree_getCode(const HuffmanTree* tree, unsigned index)
905{
906 return tree->tree1d[index];
907}
908
909static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index)
910{

Callers 3

writeLZ77dataFunction · 0.85
deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected