| 854 | } |
| 855 | |
| 856 | static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index) |
| 857 | { |
| 858 | return tree->lengths[index]; |
| 859 | } |
| 860 | #endif /*LODEPNG_COMPILE_ENCODER*/ |
| 861 | |
| 862 | /*get the literal and length code tree of a deflated block with fixed tree, as per the deflate specification*/ |
no outgoing calls
no test coverage detected