Searched refs:compress (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfPxr24Compressor.h61 virtual int compress (const char *inPtr,
82 int compress (const char *inPtr,
H A DImfRleCompressor.h60 virtual int compress (const char *inPtr,
H A DImfZipCompressor.h60 virtual int compress (const char *inPtr,
H A DImfB44Compressor.h67 virtual int compress (const char *inPtr,
90 int compress (const char *inPtr,
H A DImfPizCompressor.h63 virtual int compress (const char *inPtr,
86 int compress (const char *inPtr,
H A DImfCompressor.h75 // a single call to compress() and uncompress().
83 // by the compress() and uncompress() methods.
123 // compress (buf, size, minY, ...);
157 virtual int compress (const char *inPtr,
168 // Uncompress an array of bytes that has been compressed by compress():
H A DImfZipCompressor.cpp84 ZipCompressor::compress (const char *inPtr, function in class:Imf::ZipCompressor
146 if (Z_OK != ::compress ((Bytef *)_outBuffer, &outSize,
H A DImfPxr24Compressor.cpp223 Pxr24Compressor::compress (const char *inPtr, function in class:Imf::Pxr24Compressor
228 return compress (inPtr,
242 return compress (inPtr, inSize, range, outPtr);
271 Pxr24Compressor::compress (const char *inPtr, function in class:Imf::Pxr24Compressor
391 if (Z_OK != ::compress ((Bytef *) _outBuffer,
H A DImfCompressor.cpp74 return compress (inPtr, inSize, range.min.y, outPtr);
H A DImfPizCompressor.cpp68 // Functions to compress the range of values in the pixel data
244 PizCompressor::compress (const char *inPtr, function in class:Imf::PizCompressor
249 return compress (inPtr,
263 return compress (inPtr, inSize, range, outPtr);
292 PizCompressor::compress (const char *inPtr, function in class:Imf::PizCompressor
298 // This is the compress function which is used by both the tiled and
H A DImfRleCompressor.cpp191 RleCompressor::compress (const char *inPtr, function in class:Imf::RleCompressor
H A DImfB44Compressor.cpp486 // compress() and uncompress() functions, below, and determine
569 B44Compressor::compress (const char *inPtr, function in class:Imf::B44Compressor
574 return compress (inPtr,
588 return compress (inPtr, inSize, range, outPtr);
617 B44Compressor::compress (const char *inPtr, function in class:Imf::B44Compressor
626 // conveniently. Then compress each 4x4 block of HALF pixel data
865 // This function is the reverse of the compress() function,
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A DMakefile15 $(srcdir)/compress.c \
30 $(srcdir)/compress$(LO) \
H A Dcompress.c0 /* compress.c -- compress a memory buffer
6 /* $Id: compress.c 14574 2005-10-29 16:27:43Z bonefish $ */
7 /* @(#) $Id: compress.c 14574 2005-10-29 16:27:43Z bonefish $ */
62 int ZEXPORT compress ( function
H A Dzconf.h32 # define compress psp_z_compress macro
88 # define compress pdf_z_compress macro
H A Dzlib.h435 tuned to compress them better. The effect of Z_FILTERED is to force more
611 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
619 This function can be used to compress a whole file at once if the
621 compress returns Z_OK if success, Z_MEM_ERROR if there was not
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_filter.c130 pdf_copy_stream(PDF *p, PDF_data_source *src, pdc_bool compress) argument
134 if (!compress)
150 if (!compress)
/haiku-fatelf/src/libs/zlib/
H A Dcompress.c0 /* compress.c -- compress a memory buffer
6 /* @(#) $Id: compress.c 14421 2005-10-19 08:31:31Z korli $ */
62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-domain.c152 register int compress = 0; local
163 compress = 0;
170 if (!compress) {
172 compress = 1;
222 if (!compress)
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c2 * compress.c - Compressed attribute handling code. Originated from the Linux-NTFS
60 #include "compress.h"
497 * outside of compress.c as it is bound to confuse people and not do what they
909 * or -1 if could not compress (nothing is written)
1465 * or 0 if could not compress (and written uncompressed)
1470 const char *outbuf, s32 count, BOOL compress,
1477 if (compress) {
1480 compress = FALSE;
1488 if (!compress) {
1532 BOOL compress; local
1469 ntfs_flush(ntfs_attr *na, runlist_element *rl, s64 offs, const char *outbuf, s32 count, BOOL compress, BOOL appending, VCN *update_from) argument
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dgzexe17 echo compress executables. original file foo is renamed to foo~
H A Dznew114 # compress $n (might be dangerous if disk full)
128 gzip -d "$n$ext" && compress "$n" && rm -f "$n$ext"
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c180 uint16 compress; local
181 TIFFGetField(tif, TIFFTAG_COMPRESSION, &compress);
182 return (compress == COMPRESSION_CCITTFAX3 ||
183 compress == COMPRESSION_CCITTFAX4 ||
184 compress == COMPRESSION_CCITTRLE ||
185 compress == COMPRESSION_CCITTRLEW);
194 uint16 compress; local
230 TIFFGetFieldDefaulted(tif, TIFFTAG_COMPRESSION, &compress);
295 switch (compress) {
330 if (compress !
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c215 uint16 compress; local
216 TIFFGetField(tif, TIFFTAG_COMPRESSION, &compress);
217 return (compress == COMPRESSION_CCITTFAX3 ||
218 compress == COMPRESSION_CCITTFAX4 ||
219 compress == COMPRESSION_CCITTRLE ||
220 compress == COMPRESSION_CCITTRLEW);
229 uint16 compress; local
289 TIFFGetFieldDefaulted(tif, TIFFTAG_COMPRESSION, &compress);
349 switch (compress) {
394 if (compress !
[all...]
/haiku-fatelf/headers/libs/zlib/
H A Dzconf.h30 # define compress z_compress macro

Completed in 222 milliseconds

12