Searched refs:Z_RLE (Results 1 – 20 of 20) sorted by relevance
/external/zlib/src/contrib/delphi/ |
D | readme.txt | 25 - The new Z_RLE strategy has its corresponding symbolic constant.
|
D | ZLib.pas | 190 Z_RLE = 3;
|
/external/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 37 { "run_length_encoded", Z_RLE, 0 },
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 93 Z_RLE = 3;
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_png.cpp | 375 int compression_strategy = Z_RLE; // Default strategy in write()
|
/external/pdfium/third_party/zlib_v128/ |
D | gzlib.c | 161 state->strategy = Z_RLE; in gz_open()
|
D | zlib.h | 263 #define Z_RLE 3 macro
|
D | deflate.c | 903 (s->strategy == Z_RLE ? deflate_rle(s, flush) : in deflate()
|
/external/zlib/src/ |
D | gzlib.c | 161 state->strategy = Z_RLE;
|
D | zlib.h | 194 #define Z_RLE 3 macro
|
D | ChangeLog | 174 - 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
|
D | deflate.c | 904 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
|
/external/zlib/ |
D | zlib.h | 194 #define Z_RLE 3 macro
|
/external/opencv3/3rdparty/zlib/ |
D | gzlib.c | 161 state->strategy = Z_RLE;
|
D | zlib.h | 194 #define Z_RLE 3 macro
|
D | ChangeLog | 174 - 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
|
D | deflate.c | 904 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
|
/external/zlib/src/as400/ |
D | zlib.inc | 65 D Z_RLE C 3
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 246 # TODO: why aren't these Z_RLE; zlib.h says that Z_RLE, specifically, is
|
/external/chromium-trace/catapult/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFA…
|