Searched defs:ExtractZlib (Results 1 – 1 of 1) sorted by relevance
287 struct ExtractZlib // Zlib decompression and information extraction struct289 std::vector<ZlibBlockInfo>* zlibinfo;290 int error;292 ExtractZlib(std::vector<ZlibBlockInfo>* output) : zlibinfo(output) {}; in ExtractZlib() argument294 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 HuffmanTree360 …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 …]