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

Function HuffmanTree_init

samples/shared/lodepng.cpp:525–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}*/
524
525static void HuffmanTree_init(HuffmanTree* tree)
526{
527 tree->tree2d = 0;
528 tree->tree1d = 0;
529 tree->lengths = 0;
530}
531
532static void HuffmanTree_cleanup(HuffmanTree* tree)
533{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected