Home
last modified time | relevance | path

Searched refs:compressor (Results 1 – 25 of 58) sorted by relevance

123

/external/squashfs-tools/squashfs-tools/
Dcompressor.c29 static struct compressor gzip_comp_ops = {
33 extern struct compressor gzip_comp_ops;
37 static struct compressor lzma_comp_ops = {
41 extern struct compressor lzma_comp_ops;
45 static struct compressor lzo_comp_ops = {
49 extern struct compressor lzo_comp_ops;
53 static struct compressor lz4_comp_ops = {
57 extern struct compressor lz4_comp_ops;
61 static struct compressor xz_comp_ops = {
65 extern struct compressor xz_comp_ops;
[all …]
Dcompressor.h25 struct compressor { struct
41 extern struct compressor *lookup_compressor(char *); argument
42 extern struct compressor *lookup_compressor_id(int);
46 static inline int compressor_init(struct compressor *comp, void **stream, in compressor_init()
55 static inline int compressor_compress(struct compressor *comp, void *strm, in compressor_compress()
62 static inline int compressor_uncompress(struct compressor *comp, void *dest, in compressor_uncompress()
73 static inline int compressor_options(struct compressor *comp, char *argv[], in compressor_options()
83 static inline int compressor_options_post(struct compressor *comp, int block_size) in compressor_options_post()
91 static inline void *compressor_dump_options(struct compressor *comp, in compressor_dump_options()
100 static inline int compressor_extract_options(struct compressor *comp, in compressor_extract_options()
[all …]
DMakefile113 MKSQUASHFS_OBJS = mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o \
118 unsquash-4.o swap.o compressor.o unsquashfs_info.o
212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
Dread_fs.h26 extern struct compressor *read_super(int, struct squashfs_super_block *,
DAndroid.mk19 compressor.c \
Dlzma_wrapper.c111 struct compressor lzma_comp_ops = {
Dmksquashfs.h154 extern struct compressor *comp;
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttpzlib.py46 compressor = zlib.compressobj(
49 compressor = zlib.compressobj()
59 chunk += compressor.compress(data)
61 chunk += compressor.flush(zlib.Z_SYNC_FLUSH)
63 chunk += (compressor.flush(zlib.Z_FULL_FLUSH) +
64 compressor.flush())
/external/caliper/examples/src/main/java/examples/
DCompressionSizeBenchmark.java69 Deflater compressor = new Deflater(); in compress() local
70 compressor.setLevel(compressionLevelMap.get(compressionLevel)); in compress()
71 compressor.setInput(bytes); in compress()
72 compressor.finish(); in compress()
75 while (!compressor.finished()) { in compress()
76 int count = compressor.deflate(buf); in compress()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.214 2. Support for compressor specific options
33 -X<compressor-option>
36 options are prefixed by -X, and are passed to the compressor for handling.
38 The compression specific options supported by each compressor can be
42 Compressors available and compressor specific options:
DREADME-4.322 2. GZIP compressor now supports compression options, allowing different
25 3. Rewritten LZO compressor with compression options, allowing different
28 4. New LZ4 compressor (note not yet in mainline kernel)
96 The compression specific options are, obviously, specific to the compressor
97 in question, and you should read the compressor documentation and check
100 In general the defaults used by Mksquashfs for each compressor are optimised
101 to give the best performance for each compressor, where what constitutes
102 best depends on the compressor. For gzip/xz best means highest compression
146 Display the usage text for the currently selected compressor.
/external/opencv3/3rdparty/openexr/IlmImf/
DImfScanLineInputFile.cpp137 Compressor * compressor; member
159 compressor (comp), in LineBuffer()
160 format (defaultFormat(compressor)), in LineBuffer()
172 delete compressor; in ~LineBuffer()
465 if (_lineBuffer->compressor && in execute()
468 _lineBuffer->format = _lineBuffer->compressor->format(); in execute()
470 _lineBuffer->dataSize = _lineBuffer->compressor->uncompress in execute()
694 numLinesInBuffer (_data->lineBuffers[0]->compressor); in ScanLineInputFile()
DImfMisc.cpp167 defaultFormat (Compressor * compressor) in defaultFormat() argument
169 return compressor? compressor->format(): Compressor::XDR; in defaultFormat()
174 numLinesInBuffer (Compressor * compressor) in numLinesInBuffer() argument
176 return compressor? compressor->numScanLines(): 1; in numLinesInBuffer()
DImfMisc.h112 Compressor::Format defaultFormat (Compressor *compressor);
120 int numLinesInBuffer (Compressor *compressor);
DImfOutputFile.cpp132 Compressor * compressor; member
152 compressor (comp), in LineBuffer()
164 delete compressor; in ~LineBuffer()
597 Compressor *compressor = _lineBuffer->compressor; in execute() local
599 if (compressor) in execute()
603 int compSize = compressor->compress (_lineBuffer->dataPtr, in execute()
736 _data->format = defaultFormat (lineBuffer->compressor); in initialize()
737 _data->linesInBuffer = numLinesInBuffer (lineBuffer->compressor); in initialize()
DImfTiledInputFile.cpp137 Compressor * compressor; member
161 compressor (comp), in TileBuffer()
162 format (defaultFormat (compressor)), in TileBuffer()
177 delete compressor; in ~TileBuffer()
471 if (_tileBuffer->compressor && _tileBuffer->dataSize < sizeOfTile) in execute()
473 _tileBuffer->format = _tileBuffer->compressor->format(); in execute()
475 _tileBuffer->dataSize = _tileBuffer->compressor->uncompressTile in execute()
DImfTiledOutputFile.cpp195 Compressor * compressor; member
215 compressor (comp), in TileBuffer()
226 delete compressor; in ~TileBuffer()
785 if (_tileBuffer->compressor) in execute()
789 int compSize = _tileBuffer->compressor->compressTile in execute()
952 _data->format = defaultFormat (_data->tileBuffers[0]->compressor); in initialize()
/external/lz4/
Dlz4_block_format.txt11 LZ4 is an LZ77-type compressor with a fixed, byte-oriented encoding.
19 not how the LZ4 compressor nor decompressor actually work.
21 on implementation details of the compressor, and vice versa.
109 There is no assumption nor limits to the way the compressor
118 Whatever the method used by the compressor, its result will be decodable
/external/zlib/src/doc/
Drfc1950.txt138 the specifications presented here; a compliant compressor must
290 bytes which are initially fed to the compressor without
294 which dictionary has been used by the compressor.
301 0 - compressor used fastest algorithm
302 1 - compressor used fast algorithm
303 2 - compressor used default algorithm
304 3 - compressor used maximum compression, slowest algorithm
345 A compliant compressor must produce streams with correct CMF, FLG
348 the compressor may use only preset dictionaries that are specified
350 preset dictionary feature, the compressor must not set the FDICT
[all …]
Drfc1951.txt122 compressor.
159 the specifications presented here; a compliant compressor must
763 A compressor may limit further the ranges of values specified in
766 32K. Similarly, a compressor may limit the size of blocks so that
780 recommended that the implementor of a compressor follow the general
791 specification per se, and a compressor need not follow it in order to
794 The compressor terminates a block when it determines that starting a
796 fills up the compressor's block buffer.
798 The compressor uses a chained hash table to find duplicated strings,
802 compressor examines the hash chain for XYZ. If the chain is empty,
[all …]
/external/chromium-trace/catapult/third_party/flot/
DMakefile9 yui-compressor $< -o $@
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Dconcat-charset.css10 The compressor should not get involved.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
DREADME.chromium11 The minifier is based on the semantics of the YUI compressor, which itself is
/external/liblzf/
DChanges8 - slightly improve compressor speed.
9 - halved memory requirements for compressor on 64 bit architectures,
47 - undo inline assembly in compressor, it is no longer helpful.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/
DDESCRIPTION7 The minifier is based on the semantics of the `YUI compressor`_\, which itself
49 .. _YUI compressor: https://github.com/yui/yuicompressor/

123