Home
last modified time | relevance | path

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

12

/external/python/cpython2/Demo/zlib/
Dzlibdemo.py32 decompressor = zlib.decompressobj()
40 decomp = decomp + decompressor.decompress(comptext[i:i+chunk])
41 decomp=decomp+decompressor.flush()
/external/zlib/src/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/syslinux/gpxe/src/arch/i386/
DREADME.i386110 Etherboot is conceptually divided into the prefix, the decompressor,
111 and the runtime image. (For non-compressed images, the decompressor
114 decompressor.
123 Call the decompressor, if the runtime image is compressed. This
147 Call the decompressor.
/external/xz-embedded/linux/Documentation/
Dxz.txt13 The XZ decompressor in Linux is called XZ Embedded. It supports
26 The xz_dec module provides XZ decompressor with single-call (buffer
31 useful unless you are hacking the XZ decompressor. xz_dec_test
/external/syslinux/lzo/doc/
DLZO.TXT45 compressor. The speed of the decompressor is not reduced.
60 LZO1X decompressor in optimized i386 assembler code runs about at
63 In fact I first wrote the decompressor of each algorithm thereby
180 decompressor is too slow, and there is no fast compressor anyway.
/external/xz-embedded/linux/lib/xz/
DKconfig48 tristate "XZ decompressor tester"
/external/lz4/doc/
Dlz4_Block_format.md18 not how the compressor nor decompressor actually work.
19 The correctness of the decompressor should not depend
Dlz4_Frame_format.md52 A compliant decompressor must be able to decompress
/external/python/cpython2/Doc/library/
Dbz2.rst183 Create a new decompressor object. This object may be used to decompress data
190 Provide more data to the decompressor object. It will return chunks of
Djpeg.rst17 The module :mod:`jpeg` provides access to the jpeg compressor and decompressor
Dzlib.rst285 of the decompressor midway through the data stream in order to speed up random
/external/syslinux/lzo/src/
Dlzo1_d.ch54 // The fastest decompressor results when testing for no overruns
/external/libjpeg-turbo/
Dstructure.txt89 The compressor and decompressor are each divided into two main sections:
90 the JPEG compressor or decompressor proper, and the preprocessing or
116 The decompressor library contains the following main elements:
135 in the decompressor, where a wide range of speed/quality tradeoffs is very
497 decompressor is divided into two sections that can run independently:
522 The main impact of dividing the decompressor in this fashion is that we must
887 1. Testing for a DNL marker must occur in the inner loop of the decompressor's
901 this approach we'd simply treat DNL as a no-op in the decompressor (at most,
Dlibjpeg.txt234 The data format returned by the decompressor is the same in all details,
236 colormapped. But you can ask the decompressor to perform on-the-fly color
773 2) When this function returns, it must leave the decompressor in a state
1552 only if the decompressor ran off the end of the datastream, which would
1651 This routine is called only when the decompressor has failed to find
1670 is the best course of action --- this will allow the decompressor to output
1671 however much of the image is there. In pathological cases, the decompressor
1760 not decompression. The decompressor supports input suspension in all of its
1767 This will cause the decompressor to return to its caller with an indication
1778 Just as with compression, the decompressor will typically backtrack to a
[all …]
Dchange.log113 New decompressor library feature: COM and APPn markers found in the input
DREADME-turbo.txt140 -- libjpeg: IDCT scaling extensions in decompressor
DREADME.md144 - **libjpeg: IDCT scaling extensions in decompressor**
DChangeLog.md389 for such images are ignored by the decompressor. However, the TurboJPEG API
960 and decompressor to output planar YUV images.
1030 and/or using buffered I/O with the libjpeg-turbo decompressor
/external/liblzf/
DChanges48 - no changes to the decompressor.
/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/zlib/src/
DChangeLog656 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
1239 bit, so the decompressor could decompress all the correct data but went
1288 - allow preset dictionary shared between compressor and decompressor

12