| 871 | } |
| 872 | |
| 873 | static 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*/ |
no outgoing calls
no test coverage detected