Searched refs:zlibsettings (Results 1 – 3 of 3) sorted by relevance
/external/zopfli/src/zopflipng/ |
D | zopflipng_lib.cc | 186 state.encoder.zlibsettings.windowsize = windowsize; in TryOptimize() 188 state.encoder.zlibsettings.custom_deflate = CustomPNGDeflate; in TryOptimize() 189 state.encoder.zlibsettings.custom_context = png_options; in TryOptimize()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 4391 static unsigned readChunk_zTXt(LodePNGInfo* info, const LodePNGDecompressSettings* zlibsettings, in readChunk_zTXt() argument 4424 length, zlibsettings); in readChunk_zTXt() 4440 static unsigned readChunk_iTXt(LodePNGInfo* info, const LodePNGDecompressSettings* zlibsettings, in readChunk_iTXt() argument 4507 length, zlibsettings); in readChunk_iTXt() 4660 … state->error = readChunk_zTXt(&state->info_png, &state->decoder.zlibsettings, data, chunkLength); in decodeGeneric() 4669 … state->error = readChunk_iTXt(&state->info_png, &state->decoder.zlibsettings, data, chunkLength); in decodeGeneric() 4721 idat.size, &state->decoder.zlibsettings); in decodeGeneric() 4837 lodepng_decompress_settings_init(&settings->zlibsettings); in lodepng_decoder_settings_init() 4986 LodePNGCompressSettings* zlibsettings) in addChunk_IDAT() argument 4993 error = zlib_compress(&zlibdata.data, &zlibdata.size, data, datasize, zlibsettings); in addChunk_IDAT() [all …]
|
D | lodepng.h | 514 LodePNGDecompressSettings zlibsettings; /*in here is the setting to ignore Adler32 checksums*/ member 596 LodePNGCompressSettings zlibsettings; /*settings for the zlib encoder, such as window size, ...*/ member
|