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

Function HuffmanTree_getLength

dependency/densecrf/examples/lodepng.cpp:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index)
902{
903 return tree->lengths[index];
904}
905#endif /*LODEPNG_COMPILE_ENCODER*/
906
907/*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