Home
last modified time | relevance | path

Searched refs:Z_RLE (Results 1 – 22 of 22) sorted by relevance

/external/zlib/src/contrib/delphi/
Dreadme.txt25 - The new Z_RLE strategy has its corresponding symbolic constant.
DZLib.pas190 Z_RLE = 3;
/external/zlib/src/contrib/pascal/
Dzlibpas.pas93 Z_RLE = 3;
/external/squashfs-tools/squashfs-tools/
Dgzip_wrapper.c37 { "run_length_encoded", Z_RLE, 0 },
/external/syslinux/com32/include/
Dzlib.h194 #define Z_RLE 3 macro
/external/pdfium/third_party/zlib_v128/
Dgzlib.c161 state->strategy = Z_RLE; in gz_open()
Dzlib.h263 #define Z_RLE 3 macro
Ddeflate.c903 (s->strategy == Z_RLE ? deflate_rle(s, flush) : in deflate()
/external/python/cpython2/Modules/zlib/
Dgzlib.c161 state->strategy = Z_RLE;
Dzlib.h194 #define Z_RLE 3 macro
DChangeLog174 - Avoid searching past window for Z_RLE strategy
460 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
919 - Add Z_RLE strategy for run-length encoding [Truta]
920 - When Z_RLE requested, restrict matches to distance one
921 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
Ddeflate.c904 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
/external/zlib/src/
Dzlib.h194 #define Z_RLE 3 macro
Dgzlib.c161 state->strategy = Z_RLE;
DChangeLog174 - Avoid searching past window for Z_RLE strategy
460 - Add deflate_rle() for faster Z_RLE strategy run-length encoding
919 - Add Z_RLE strategy for run-length encoding [Truta]
920 - When Z_RLE requested, restrict matches to distance one
921 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
Ddeflate.c904 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
/external/zlib/
Dzlib.h194 #define Z_RLE 3 macro
/external/libpng/contrib/tools/
Dpngcp.c193 { "RLE", Z_RLE },
1285 if (dp->value[istrat] == Z_RLE || dp->value[istrat] == Z_HUFFMAN_ONLY) in getsearchopts()
1302 else if (dp->value[istrat] == Z_RLE) in getsearchopts()
/external/zlib/src/as400/
Dzlib.inc65 D Z_RLE C 3
/external/libpng/scripts/
Dpnglibconf.dfa246 # TODO: why aren't these Z_RLE; zlib.h says that Z_RLE, specifically, is
/external/syslinux/com32/lib/zlib/
Ddeflate.c821 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
/external/ImageMagick/coders/
Dpng.c10341 #ifdef Z_RLE /* Z_RLE was added to zlib-1.2.0 */ in WriteOnePNGImage()
10342 mng_info->write_png_compression_strategy=Z_RLE+1; in WriteOnePNGImage()
11917 #ifdef Z_RLE /* Z_RLE was added to zlib-1.2.0 */ in WritePNGImage()
11918 mng_info->write_png_compression_strategy = Z_RLE+1; in WritePNGImage()