Lines Matching full:compressed
247 * first argument is the *compressed* data (and it must be deflate
248 * compressed.)
474 png_uint_32 output_len; /* Final compressed length */
605 png_ptr->zstream.msg = PNGZ_MSG_CAST("compressed data too long");
636 /* Ship the compressed text out via chunk writes */
664 png_error(png_ptr, "error writing ancillary chunked compressed data");
910 * all of the data at once and, instead of buffering the compressed result,
918 * Z_NO_FLUSH: normal incremental output of compressed data
1543 /* Write a compressed text chunk */
1572 /* Compute the compressed data; do it now for the length */
1585 /* Write the compressed data */
1621 compression = new_key[++key_len] = 1; /* compressed */
2424 * (series of) filter(s) that give minimum compressed data size (VERY