Searched refs:Z_HUFFMAN_ONLY (Results 1 - 19 of 19) sorted by last modified time

/external/zlib/src/as400/
H A Dzlib.inc64 D Z_HUFFMAN_ONLY C 2
/external/zlib/src/contrib/delphi/
H A DZLib.pas189 Z_HUFFMAN_ONLY = 2;
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas92 Z_HUFFMAN_ONLY = 2;
/external/zlib/src/
H A Ddeflate.c704 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
721 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
741 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
903 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1931 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c158 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h193 #define Z_HUFFMAN_ONLY 2 macro
566 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
573 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/external/zlib/
H A Dzlib.h193 #define Z_HUFFMAN_ONLY 2 macro
566 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
573 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c704 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
721 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
741 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
903 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1931 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c158 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h193 #define Z_HUFFMAN_ONLY 2 macro
566 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
573 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h253 #define Z_HUFFMAN_ONLY 2 macro
626 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
632 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
633 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c703 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
720 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
740 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
902 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1930 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c158 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h257 #define Z_HUFFMAN_ONLY 2 macro
630 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
636 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
637 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/external/freetype/src/gzip/
H A Dzlib.h152 #define Z_HUFFMAN_ONLY 2 macro
424 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
429 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h190 #define Z_HUFFMAN_ONLY 2 macro
519 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
525 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
/external/chromium_org/third_party/zlib/
H A Ddeflate.c627 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
644 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
664 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
838 if (s->strategy == Z_HUFFMAN_ONLY) {
2003 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c133 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h194 #define Z_HUFFMAN_ONLY 2 macro
562 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
568 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
569 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The

Completed in 345 milliseconds