Home
last modified time | relevance | path

Searched refs:decompressor (Results 1 – 13 of 13) sorted by relevance

/external/zlib/doc/
Drfc1950.txt136 Unless otherwise indicated below, a compliant decompressor must be
293 below). The decompressor can use this identifier to determine
353 A compliant decompressor must check CMF, FLG, and ADLER32, and
355 A compliant decompressor must give an error indication if CM is
359 data to be interpreted incorrectly. A compliant decompressor must
361 identifier of a known preset dictionary. A decompressor may
364 decompressor must support all the preset dictionaries specified by
366 dictionary feature, a compliant decompressor must reject any
462 decompressor can be initialized with the appropriate context by
468 The compressor and the decompressor must use exactly the same
[all …]
Drfc1952.txt145 Unless otherwise indicated below, a compliant decompressor must be
318 decompressor can use FTEXT to choose the appropriate format.
321 leaving it cleared and a decompressor always has the option
470 A compliant decompressor must check ID1, ID2, and CM, and
475 trailer; in particular, a decompressor may ignore FTEXT and OS
477 compliant decompressor must give an error indication if any
581 includes a modification time, the gzip decompressor provides a
Drfc1951.txt157 Unless otherwise indicated below, a compliant decompressor must be
769 A compliant decompressor must accept the full range of possible
884 compressor and decompressor is available within the zlib package at
/external/jpeg/
Dstructure.doc120 The compressor and decompressor are each divided into two main sections:
121 the JPEG compressor or decompressor proper, and the preprocessing or
147 The decompressor library contains the following main elements:
166 in the decompressor, where a wide range of speed/quality tradeoffs is very
527 decompressor is divided into two sections that can run independently:
552 The main impact of dividing the decompressor in this fashion is that we must
929 1. Testing for a DNL marker must occur in the inner loop of the decompressor's
943 this approach we'd simply treat DNL as a no-op in the decompressor (at most,
Dlibjpeg.doc233 The data format returned by the decompressor is the same in all details,
235 colormapped. But you can ask the decompressor to perform on-the-fly color
1390 buffer-reload procedure would be invoked only if the decompressor ran off the
1488 This routine is called only when the decompressor has failed to find
1507 is the best course of action --- this will allow the decompressor to output
1508 however much of the image is there. In pathological cases, the decompressor
1597 not decompression. The decompressor supports input suspension in all of its
1604 This will cause the decompressor to return to its caller with an indication
1615 Just as with compression, the decompressor will typically backtrack to a
1618 which is where the decompressor will backtrack to if FALSE is returned.
[all …]
Dfilelist.doc84 jdmainct.c Main buffer controller (JPEG decompressor => postprocessor).
Dchange.log15 New decompressor library feature: COM and APPn markers found in the input
/external/bzip2/
DCHANGES274 decompressor to crash, loop or access memory which does not
Dbzip2.txt255 decompressor will allocate 3700k but only touch 100k +
Dbzip2.1.preformatted258 decompressor will allocate 3700k but only touch 100k +
/external/chromium/net/third_party/nss/ssl/
Dsslimpl.h548 SSLCompressor decompressor; /* and uncompress because zconf.h */ member
Dssl3con.c1400 pwSpec->decompressor = NULL; in ssl3_InitCompressionContext()
1409 pwSpec->decompressor = ssl3_DeflateDecompress; in ssl3_InitCompressionContext()
8515 if (crSpec->decompressor) { in ssl3_HandleRecord()
8625 if (crSpec->decompressor) { in ssl3_HandleRecord()
8640 rv = crSpec->decompressor(crSpec->decompressContext, in ssl3_HandleRecord()
8729 spec->decompressor = NULL; in ssl3_InitCipherSpec()
/external/zlib/
DChangeLog392 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
975 bit, so the decompressor could decompress all the correct data but went
1024 - allow preset dictionary shared between compressor and decompressor