Lines Matching defs:compressed

449 // Image is compressed using EXRImage.compression value.
628 pUser_read_buf is not NULL and compressed size is > uncompressed size
630 compressed data from directory entries, to account for weird zipfiles which
631 contain zero-size compressed data on dir entries.
785 immediately writes compressed file data
820 compressed file data as-is). When you're done, delete the old archive and
1517 // This function fully clones the source file's compressed data (no
1741 // Function returns a pointer to the compressed data, or NULL on failure.
1742 // *pOut_len will be set to the compressed data's size, which could be larger
1755 // Compresses an image to a compressed PNG file in memory.
1766 // Function returns a pointer to the compressed data, or NULL on failure.
1778 // compressed data. It'll typically be called TDEFL_OUT_BUF_SIZE at a time.
1799 // TDEFL_OUT_BUF_SIZE MUST be large enough to hold a single entire compressed
1886 // as possible, and writing as much compressed data to the specified output
2262 // large enough to hold the entire compressed/decompressed file.
3710 // Check for the extremely unlikely (if not impossible) case of the compressed
4604 // compute final size of file, grab compressed data buffer and return
5486 // with directories that have compressed data which inflates to 0 bytes)
5490 // compressed deflate data which inflates to 0 bytes, but these entries claim
5524 // The file is stored or the caller has requested the compressed data.
5693 // with directories that have compressed data which inflates to 0 bytes)
5697 // compressed deflate data which inflates to 0 bytes, but these entries claim
5742 // The file is stored or the caller has requested the compressed data.
7593 // Use uncompressed data when compressed data is larger than uncompressed.
7605 // Data is not compressed(Issue 40).
7694 // and return the length of the compressed data.
7743 // Uncompress an array of bytes compressed with rleCompress().
7844 // Use uncompressed data when compressed data is larger than uncompressed.
7856 // Data is not compressed(Issue 40).
8322 // of the corresponding code (in the compressed data)
8555 // - runs of zeroes are compressed as follows:
8831 char *out) // o: compressed output buffer
8949 const char *in, // i : compressed input buffer
9091 char compressed[]) {
9102 char *tableStart = compressed + 20;
9111 writeUInt(compressed, im);
9112 writeUInt(compressed + 4, iM);
9113 writeUInt(compressed + 8, tableLength);
9114 writeUInt(compressed + 12, nBits);
9115 writeUInt(compressed + 16, 0); // room for future extensions
9117 return dataStart + data_length - compressed;
9120 static bool hufUncompress(const char compressed[], int nCompressed,
9128 int im = readUInt(compressed);
9129 int iM = readUInt(compressed + 4);
9130 // int tableLength = readUInt (compressed + 8);
9131 int nBits = readUInt(compressed + 12);
9135 const char *ptr = compressed + 20;
9138 // Fast decoder needs at least 2x64-bits of compressed data, and
9145 // FastHufDecoder fhd (ptr, nCompressed - (ptr - compressed), im, iM, iM);
9155 hufUnpackEncTable(&ptr, nCompressed - (ptr - compressed), im, iM,
9159 if (nBits > 8 * (nCompressed - (ptr - compressed))) {
9361 // Use uncompressed data when compressed data is larger than uncompressed.
9375 // Data is not compressed(Issue 40).
9561 // Data is not compressed(Issue 40).
10920 // ~ : data(uncompressed or compressed)
11070 // ~ : pixel data(uncompressed or compressed)
12382 // ~ : pixel data(compressed)
12407 // ~ : pixel data(compressed)
12435 // ~ : pixel data(compressed)
12462 // ~ : pixel data(compressed)
12806 // compressed pixel offset table
12807 // compressed sample data