Searched refs:lodepng (Results 1 - 7 of 7) sorted by relevance

/external/zopfli/
H A DMakefile15 LODEPNG_SRC := src/zopflipng/lodepng/lodepng.cpp src/zopflipng/lodepng/lodepng_util.cpp
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.cc26 #include "lodepng/lodepng.h"
27 #include "lodepng/lodepng_util.h"
103 void LossyOptimizeTransparent(lodepng::State* inputstate, unsigned char* image,
178 const lodepng::State& inputstate, bool bit16,
185 lodepng::State state;
228 lodepng::getFilterTypes(filters, origfile);
239 error = lodepng::encode(*out, image, w, h, state);
244 lodepng::State teststate;
246 lodepng
[all...]
H A Dzopflipng_bin.cc23 #include "lodepng/lodepng.h"
287 lodepng::State inputstate;
290 lodepng::load_file(origpng, files[i]);
299 error = lodepng::decode(image, w, h, inputstate, resultpng);
375 lodepng::save_file(resultpng, out_filename);
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h32 #include "lodepng.h"
36 namespace lodepng namespace
151 } // namespace lodepng
H A Dlodepng_util.cpp29 namespace lodepng namespace
35 lodepng::State state;
159 lodepng::State state;
195 error = lodepng::decompress(data, &zdata[0], zdata.size());
249 lodepng::State state;
656 } // namespace lodepng
H A Dlodepng.h195 namespace lodepng namespace
238 } //namespace lodepng
643 //For the lodepng::State subclass.
822 namespace lodepng namespace
835 //Same as other lodepng::decode, but using a State for more settings and information.
845 //Same as other lodepng::encode, but using a State for more settings and information.
890 } //namespace lodepng
958 http://lodev.org/lodepng/
964 -lodepng.h: the header file for both C and C++
965 -lodepng
[all...]
H A Dlodepng.cpp27 The manual and changelog are in the header file "lodepng.h"
28 Rename this file to lodepng.cpp to use it for C++, or to lodepng.c to use it for C.
31 #include "lodepng.h"
57 lodepng source code. Don't forget to remove "static" if you copypaste them
6037 namespace lodepng namespace
6259 } //namespace lodepng

Completed in 1433 milliseconds