| 899 | } |
| 900 | |
| 901 | static unsigned HuffmanTree_getLength(const HuffmanTree* tree, unsigned index) |
| 902 | { |
| 903 | return tree->lengths[index]; |
| 904 | } |
| 905 | #endif /*LODEPNG_COMPILE_ENCODER*/ |
| 906 | |
| 907 | /*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