Home
last modified time | relevance | path

Searched refs:Z_BEST_COMPRESSION (Results 1 - 23 of 23) sorted by relevance

/third_party/node/tools/
H A Dcompress_json.py20 data = zlib.compress(text, zlib.Z_BEST_COMPRESSION)
/third_party/zlib/contrib/delphi/
H A DZLib.pas185 Z_BEST_COMPRESSION = 9;
302 CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm)));
410 (Z_NO_COMPRESSION, Z_BEST_SPEED, Z_DEFAULT_COMPRESSION, Z_BEST_COMPRESSION);
/third_party/mesa3d/src/util/
H A Dcompress.c97 int ret = deflateInit(&strm, Z_BEST_COMPRESSION); in util_compress_deflate()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dzlib.h147 #define Z_BEST_COMPRESSION 9 macro
/third_party/zlib/contrib/pascal/
H A Dexample.pas305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
458 err := deflateInit(c_stream, Z_BEST_COMPRESSION);
H A Dzlibpas.pas88 Z_BEST_COMPRESSION = 9;
/third_party/zlib/test/
H A Dexample.c288 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
436 err = deflateInit(&c_stream, Z_BEST_COMPRESSION); in test_dict_deflate()
/third_party/python/Lib/test/
H A Dtest_zlib.py514 co = zlib.compressobj(zlib.Z_BEST_COMPRESSION)
545 co = zlib.compressobj(zlib.Z_BEST_COMPRESSION)
681 c0 = zlib.compressobj(zlib.Z_BEST_COMPRESSION)
748 pickle.dumps(zlib.compressobj(zlib.Z_BEST_COMPRESSION), proto)
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dwritepng.c129 png_set_compression_level(png_ptr, Z_BEST_COMPRESSION); in writepng_init()
/third_party/elfutils/libelf/
H A Delf_compress.c111 int zrc = deflateInit (&z, Z_BEST_COMPRESSION); in __libelf_compress()
/third_party/node/deps/zlib/
H A Dzlib.h192 #define Z_BEST_COMPRESSION 9 macro
/third_party/libwebsockets/win32port/zlib/
H A Dzlib.h188 #define Z_BEST_COMPRESSION 9 macro
/third_party/zlib/
H A Dzlib.h192 #define Z_BEST_COMPRESSION 9 macro
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c804 png_set_compression_level(png_ptr, Z_BEST_COMPRESSION); in write_png()
806 png_set_text_compression_level(png_ptr, Z_BEST_COMPRESSION); in write_png()
/third_party/ffmpeg/libavcodec/
H A Dlcldec.c593 if (c->compression < Z_NO_COMPRESSION || c->compression > Z_BEST_COMPRESSION) { in decode_init()
/third_party/node/deps/v8/third_party/zlib/
H A Dzlib.h192 #define Z_BEST_COMPRESSION 9 macro
/third_party/skia/third_party/externals/zlib/
H A Dzlib.h192 #define Z_BEST_COMPRESSION 9 macro
/third_party/node/src/
H A Dnode_zlib.cc1333 NODE_DEFINE_CONSTANT(target, Z_BEST_COMPRESSION); in DefineZlibConstants()
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dutils_unittest.cc109 ret = deflateInit(&comp_strm, Z_BEST_COMPRESSION); in TEST()
/third_party/python/Modules/
H A Dzlibmodule.c1583 ZLIB_ADD_INT_MACRO(Z_BEST_COMPRESSION); in zlib_exec()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c213 { "best", Z_BEST_COMPRESSION },
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp3816 ifd.fCompressionQuality <= Z_BEST_COMPRESSION) in WriteData()
/third_party/astc-encoder/Source/
H A Dtinyexr.h1226 #define Z_BEST_COMPRESSION MZ_BEST_COMPRESSION macro

Completed in 58 milliseconds