Home
last modified time | relevance | path

Searched refs:Z_RLE (Results 1 – 20 of 20) 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/squashfs-tools/squashfs-tools/
Dgzip_wrapper.c37 { "run_length_encoded", Z_RLE, 0 },
/external/zlib/src/contrib/pascal/
Dzlibpas.pas93 Z_RLE = 3;
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_png.cpp375 int compression_strategy = Z_RLE; // Default strategy in write()
/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/zlib/src/
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/
Dzlib.h194 #define Z_RLE 3 macro
/external/opencv3/3rdparty/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/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/chromium-trace/catapult/tracing/third_party/jszip/
Djszip.min.js13 …BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFA…