Home
last modified time | relevance | path

Searched defs:ExtractZlib (Results 1 – 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
Dlodepng_util.cpp287 struct ExtractZlib // Zlib decompression and information extraction struct
289 std::vector<ZlibBlockInfo>* zlibinfo;
290 int error;
292 ExtractZlib(std::vector<ZlibBlockInfo>* output) : zlibinfo(output) {}; in ExtractZlib() argument
294 unsigned long readBitFromStream(size_t& bitp, const unsigned char* bits) in readBitFromStream()
301 unsigned long readBitsFromStream(size_t& bitp, const unsigned char* bits, size_t nbits) in readBitsFromStream()
308 struct HuffmanTree
360 …id inflate(std::vector<unsigned char>& out, const std::vector<unsigned char>& in, size_t inpos = 0) in inflate()
383 …ixedTrees(HuffmanTree& tree, HuffmanTree& treeD) //get the tree of a deflated block with fixed tree in generateFixedTrees()
393 HuffmanTree codetree, codetreeD, codelengthcodetree;
[all …]