Searched refs:Z_FILTERED (Results 1 – 24 of 24) sorted by relevance
/external/freetype/src/gzip/ |
D | zlib.h | 151 #define Z_FILTERED 1 macro
|
/external/squashfs-tools/squashfs-tools/ |
D | gzip_wrapper.c | 35 { "filtered", Z_FILTERED, 0 },
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 91 Z_FILTERED = 1;
|
D | example.pas | 305 deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 92 Z_FILTERED : constant := 1; -- zlib.h:151
|
/external/pdfium/third_party/zlib_v128/ |
D | gzlib.c | 155 state->strategy = Z_FILTERED; in gz_open()
|
D | zlib.h | 261 #define Z_FILTERED 1 macro
|
D | deflate.c | 1773 if (s->match_length <= 5 && (s->strategy == Z_FILTERED in deflate_slow()
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 188 Z_FILTERED = 1;
|
/external/zlib/src/ |
D | gzlib.c | 155 state->strategy = Z_FILTERED;
|
D | zlib.h | 192 #define Z_FILTERED 1 macro
|
D | deflate.c | 1774 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
D | ChangeLog | 1454 Added Z_FILTERED and Z_HUFFMAN_ONLY constants.
|
/external/zlib/ |
D | zlib.h | 192 #define Z_FILTERED 1 macro
|
/external/opencv3/3rdparty/zlib/ |
D | gzlib.c | 155 state->strategy = Z_FILTERED;
|
D | zlib.h | 192 #define Z_FILTERED 1 macro
|
D | deflate.c | 1774 if (s->match_length <= 5 && (s->strategy == Z_FILTERED
|
D | ChangeLog | 1454 Added Z_FILTERED and Z_HUFFMAN_ONLY constants.
|
/external/zlib/src/test/ |
D | example.c | 316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/external/zlib/src/as400/ |
D | zlib.inc | 63 D Z_FILTERED C 1
|
/external/libpng/ |
D | pngtest.c | 1580 png_set_text_compression_strategy(write_ptr, Z_FILTERED); in test_one_file()
|
/external/opencv3/3rdparty/libpng/ |
D | pngwutil.c | 842 png_ptr->zlib_strategy = Z_FILTERED; in png_write_IHDR()
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 248 setting Z_DEFAULT_STRATEGY default @Z_FILTERED
|
/external/chromium-trace/catapult/tracing/third_party/jszip/ |
D | jszip.min.js | 13 …RESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY…
|