/external/libpng/contrib/gregbook/ |
D | writepng.c | 182 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE; in writepng_init() 188 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE; in writepng_init() 194 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE; in writepng_init() 200 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE; in writepng_init() 206 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE; in writepng_init() 212 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE; in writepng_init()
|
/external/zlib/src/contrib/delphi/ |
D | readme.txt | 57 - The ability to select a different compression strategy, useful 58 to PNG and MNG image compression, and to multimedia compression 59 in general. Besides the compression level 68 there could be a compression strategy
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngwrite.c | 217 info_ptr->text[i].compression); in png_write_info() 219 if (info_ptr->text[i].compression > 0) in png_write_info() 224 info_ptr->text[i].compression, in png_write_info() 233 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; in png_write_info() 236 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt) in png_write_info() 242 info_ptr->text[i].compression); in png_write_info() 247 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR; in png_write_info() 249 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE) in png_write_info() 260 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; in png_write_info() 320 info_ptr->text[i].compression); in png_write_end() [all …]
|
/external/libpng/ |
D | pngwrite.c | 234 info_ptr->text[i].compression); in png_write_info() 236 if (info_ptr->text[i].compression > 0) in png_write_info() 241 info_ptr->text[i].compression, in png_write_info() 250 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; in png_write_info() 253 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt) in png_write_info() 259 info_ptr->text[i].compression); in png_write_info() 264 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR; in png_write_info() 266 else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE) in png_write_info() 274 info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; in png_write_info() 341 info_ptr->text[i].compression); in png_write_end() [all …]
|
/external/bzip2/ |
D | bzip2.txt | 17 sorting text compression algorithm, and Huffman coding. 64 As with compression, supplying no filenames causes decom- 94 compression mechanism has a constant overhead in the 129 The complement to -d: forces compression, 149 Keep (don't delete) input files during compression 153 Reduce memory usage, for compression, decompression 160 During compression, -s selects a block size of 162 figure, at the expense of your compression ratio. 173 Verbose mode -- show the compression ratio for each 207 affects both the compression ratio achieved, and the [all …]
|
D | bzip2.1.preformatted | 20 sorting text compression algorithm, and Huffman coding. 67 As with compression, supplying no filenames causes decom 97 compression mechanism has a constant overhead in the 132 The complement to −d: forces compression, 152 Keep (don’t delete) input files during compression 156 Reduce memory usage, for compression, decompression 163 During compression, −s selects a block size of 165 figure, at the expense of your compression ratio. 176 Verbose mode ‐‐ show the compression ratio for each 210 affects both the compression ratio achieved, and the [all …]
|
D | libbz2.def | 2 DESCRIPTION "libbzip2: library for data compression"
|
/external/esd/include/ |
D | audiofile.h | 497 void afInitCompression (AFfilesetup, int track, int compression); 499 void afInitCompressionParams (AFfilesetup, int track, int compression 505 void afGetCompressionParams (AFfilehandle, int track, int *compression, 508 int afSetVirtualCompression (AFfilesetup, int track, int compression); 509 void afSetVirtualCompressionParams (AFfilehandle, int track, int compression, 512 int afGetVirtualCompression (AFfilesetup, int track, int compression); 513 void afGetVirtualCompressionParams (AFfilehandle, int track, int *compression,
|
/external/libxml2/ |
D | xmlIO.c | 1218 xmlGzfileOpenW (const char *filename, int compression) { in xmlGzfileOpenW() argument 1223 snprintf(mode, sizeof(mode), "wb%d", compression); in xmlGzfileOpenW() 1441 int compression; member 1549 xmlCreateZMemBuff( int compression ) { in xmlCreateZMemBuff() argument 1555 if ( ( compression < 1 ) || ( compression > 9 ) ) in xmlCreateZMemBuff() 1575 z_err = deflateInit2( &buff->zctrl, compression, Z_DEFLATED, in xmlCreateZMemBuff() 1797 if ( ctxt->compression > 0 ) { in xmlFreeHTTPWriteCtxt() 1854 xmlIOHTTPOpenW(const char *post_uri, int compression) in xmlIOHTTPOpenW() argument 1884 if ((compression > 0) && (compression <= 9)) { in xmlIOHTTPOpenW() 1886 ctxt->compression = compression; in xmlIOHTTPOpenW() [all …]
|
/external/libxml2/include/libxml/ |
D | xmlwriter.h | 36 xmlNewTextWriterFilename(const char *uri, int compression); 38 xmlNewTextWriterMemory(xmlBufferPtr buf, int compression); 40 xmlNewTextWriterPushParser(xmlParserCtxtPtr ctxt, int compression); 42 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression); 45 int compression);
|
D | xmlIO.h | 228 int compression); 274 int compression); 330 int compression );
|
/external/liblzf/ |
D | Changes | 17 - the fix from 3.3 introduced a compression bug, which is fixed in 38 - speed up compression by ~10-15% in common cases 44 with better compression ratio. with ULTRA_FAST, it's typically 61 similar other compression utilities. Thanks for Stefan Traby for 118 - slightly better compression ratio, almost unmeasurably
|
D | README | 3 compression algorithm. It is ideal for applications where you want to 22 which is neither optimized for speed nor for compression. This library
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 48 the DEFLATE compression method but can be easily extended to use 49 other compression methods. It can be implemented readily in a manner 100 * Can use a number of different compression methods; 132 used for in-memory compression of a sequence of arbitrary bytes. 246 This byte is divided into a 4-bit compression method and a 4- 247 bit information field depending on the compression method. 253 This identifies the compression method used in the file. CM = 8 254 denotes the "deflate" compression method with a window size up 273 bits 6 to 7 FLEVEL (compression level) 297 These flags are available for use by specific compression [all …]
|
D | rfc1952.txt | 45 format presently uses the DEFLATE method of compression but can be 46 easily extended to use other compression methods. The format can be 101 currently available general-purpose compression methods, 137 The specification specifies a compression method and a file format 295 This identifies the compression method used in the file. CM 297 compression method, which is the one customarily used by 371 compression started. MTIME = 0 means no time stamp is 375 These flags are available for use by specific compression 379 XFL = 2 - compressor used maximum compression, 384 This identifies the type of file system on which compression [all …]
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/audio/plugins/ |
D | WAVLoader.java | 74 int compression = in.readShort(); in readFormatChunk() local 75 if (compression != 1){ in readFormatChunk()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
D | README | 49 wc1 16.4 default flex table compression (= -Cem) 50 wc1 6.7 -Cf compression option
|
/external/zlib/src/ |
D | zlib.pc.in | 8 Description: zlib compression library
|
D | zlib.pc.cmakein | 8 Description: zlib compression library
|
D | zlib.pc | 8 Description: zlib compression library
|
D | README | 3 zlib 1.2.7 is a general purpose data compression library. All the code is 9 All functions of the compression library are documented in the file zlib.h 13 test/minigzip.c. The compression library itself is composed of all source 39 http://java.sun.com/developer/technicalArticles/Programming/compression/ .
|
/external/zlib/src/qnx/ |
D | package.qpg | 59 …:ProductDescriptionShort>A massively spiffy yet delicately unobtrusive compression library.</QPM:P… 60 …ned to be a free, general-purpose, legally unencumbered, lossless data compression library for use… 80 <QPM:ContentKeyword>zlib,compression</QPM:ContentKeyword>
|
/external/openssh/regress/ |
D | cipher-speed.sh | 43 ( ${SSH} -o 'compression no' \
|
/external/openssh/ |
D | PROTOCOL | 25 1.2. transport: Protocol 2 compression algorithm "zlib@openssh.com" 27 This transport-layer compression method uses the zlib compression 29 start of compression until after authentication has completed. This 30 avoids exposing compression code to attacks from unauthenticated users. 34 http://www.openssh.com/txt/draft-miller-secsh-compression-delayed-00.txt 51 curve points encoded using point compression are NOT accepted or
|
/external/quake/quake/src/WinQuake/ |
D | wad.h | 60 char compression; member
|