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

Function HuffmanTree_cleanup

dependency/densecrf/examples/lodepng.cpp:538–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538static void HuffmanTree_cleanup(HuffmanTree* tree)
539{
540 lodepng_free(tree->tree2d);
541 lodepng_free(tree->tree1d);
542 lodepng_free(tree->lengths);
543}
544
545/*the tree representation used by the decoder. return value is error*/
546static unsigned HuffmanTree_make2DTree(HuffmanTree* tree)

Callers 4

getTreeInflateDynamicFunction · 0.85
inflateHuffmanBlockFunction · 0.85
deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls 1

lodepng_freeFunction · 0.85

Tested by

no test coverage detected