Lines Matching refs:vector
45 LodePNGInfo getPNGHeaderInfo(const std::vector<unsigned char>& png);
51 unsigned getChunkInfo(std::vector<std::string>& names, std::vector<size_t>& sizes,
52 const std::vector<unsigned char>& png);
61 unsigned getChunks(std::vector<std::string> names[3],
62 std::vector<std::vector<unsigned char> > chunks[3],
63 const std::vector<unsigned char>& png);
73 unsigned insertChunks(std::vector<unsigned char>& png,
74 const std::vector<std::vector<unsigned char> > chunks[3]);
87 unsigned getFilterTypes(std::vector<unsigned char>& filterTypes, const std::vector<unsigned char>& …
107 unsigned getFilterTypesInterlaced(std::vector<std::vector<unsigned char> >& filterTypes,
108 const std::vector<unsigned char>& png);
131 std::vector<int> clcl; //19 code length code lengths (compressed tree's tree)
132 …std::vector<int> treecodes; //N tree codes, with values 0-18. Values 17 or 18 are followed by the …
133 std::vector<int> litlenlengths; //288 code lengths for lit/len symbols
134 std::vector<int> distlengths; //32 code lengths for dist symbols
137 …std::vector<int> lz77_lcode; //LZ77 codes. 0-255: literals. 256: end symbol. 257-285: length code …
139 std::vector<int> lz77_dcode;
140 std::vector<int> lz77_lbits;
141 std::vector<int> lz77_dbits;
142 std::vector<int> lz77_lvalue;
143 std::vector<int> lz77_dvalue;
149 void extractZlibInfo(std::vector<ZlibBlockInfo>& zlibinfo, const std::vector<unsigned char>& in);