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

Function HuffmanTree_getLength

samples/shared/lodepng.cpp:873–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871}
872
873static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index)
874{
875 return tree->lengths[index];
876}
877#endif /*LODEPNG_COMPILE_ENCODER*/
878
879/*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