Home | History | Annotate | Download | only in libpng

Lines Matching defs:compression

521 /* Include the compression library's header */
704 int compression; /* compression value:
725 /* Supported compression types for text in PNG files (tEXt, and zTXt).
1126 /* This is for compression type. PNG 1.0-1.2 only define the single type. */
1331 int zlib_level PNG_DEPSTRUCT; /* holds zlib compression level */
1332 int zlib_method PNG_DEPSTRUCT; /* holds zlib compression method */
1333 int zlib_window_bits PNG_DEPSTRUCT; /* holds zlib compression window bits */
1334 int zlib_mem_level PNG_DEPSTRUCT; /* holds zlib compression memory level */
1335 int zlib_strategy PNG_DEPSTRUCT; /* holds zlib compression strategy */
1370 png_byte compression PNG_DEPSTRUCT; /* file compression type (always 0) */
1663 /* Reset the compression stream */
1983 * libpng and the compression methods used by zlib. These functions are
1986 * expense of compression can modify them. See the compression library
1987 * header file (zlib.h) for an explination of the compression functions.
2032 * improve the compression for a given image.
2064 /* Set the library compression level. Currently, valid values range from
2065 * 0 - 9, corresponding directly to the zlib compression levels 0 - 9
2066 * (0 - no compression, 9 - "maximal" compression). Note that tests have
2067 * shown that zlib compression levels 3-6 usually perform as well as level 9
2069 * these values may not correspond directly to the zlib compression levels.
3278 /* Decompress data in a chunk that uses compression */
3409 png_charp text, png_size_t text_len, int compression)) PNG_PRIVATE;
3414 int compression, png_charp key, png_charp lang, png_charp lang_key,