Home
last modified time | relevance | path

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

/external/chromium/net/spdy/
Dspdy_framer.cc1173 scoped_ptr<z_stream> compressor(new z_stream); in GetStreamCompressor() local
1174 memset(compressor.get(), 0, sizeof(z_stream)); in GetStreamCompressor()
1176 int success = deflateInit2(compressor.get(), in GetStreamCompressor()
1186 return stream_compressors_[stream_id] = compressor.release(); in GetStreamCompressor()
1207 z_stream* compressor = GetHeaderCompressor(); in CompressControlFrame() local
1208 if (!compressor) in CompressControlFrame()
1211 CompressFrameWithZStream(frame, compressor)); in CompressControlFrame()
1215 z_stream* compressor = GetStreamCompressor(frame.stream_id()); in CompressDataFrame() local
1216 if (!compressor) in CompressDataFrame()
1219 CompressFrameWithZStream(frame, compressor)); in CompressDataFrame()
[all …]
Dspdy_framer.h373 z_stream* compressor);
/external/v8/src/
Dmksnapshot.cc116 bool Compress(Compressor* compressor) { in Compress() argument
119 if (!compressor->Compress(data_.ToVector())) return false; in Compress()
121 data_.AddAll(*compressor->output()); in Compress()
330 BZip2Compressor compressor; in main() local
331 if (!sink.Compress(&compressor)) in main()
333 if (!sink.partial_sink()->Compress(&compressor)) in main()
/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 …]
Drfc1952.txt109 compressor.
147 specifications presented here; a compliant compressor must produce
313 an optional indication, which the compressor may set by
320 this bit, since a compressor always has the option of
379 XFL = 2 - compressor used maximum compression,
381 XFL = 4 - compressor used fastest algorithm
464 A compliant compressor must produce files with correct ID1,
467 OS, 0 for all others). The compressor must set all reserved
/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/ppp/pppd/include/net/
Dppp-comp.h58 struct compressor { struct
/external/bzip2/
Dbzip2.txt3 bzip2, bunzip2 - a block-sorting file compressor, v1.0.6
253 compressor to allocate around 7600k of memory, but only
Dbzip2.1.preformatted6 bzip2, bunzip2 − a block‐sorting file compressor, v1.0.6
256 compressor to allocate around 7600k of memory, but only
/external/jpeg/
Dfilelist.doc66 jcmainct.c Main buffer controller (preprocessor => JPEG compressor).
Dstructure.doc120 The compressor and decompressor are each divided into two main sections:
121 the JPEG compressor or decompressor proper, and the preprocessing or
130 Looking more closely, the compressor library contains the following main
185 It also permits a small reduction in file size, because the compressor can
946 We will not worry about making the compressor capable of outputting DNL.
Dlibjpeg.doc228 byte before passing it to the compressor. If you need to compress data
421 will cause the compressor to return before accepting all the passed lines.
899 TRUE causes the compressor to compute optimal Huffman coding tables
902 FALSE, which tells the compressor to use the supplied or default
923 By default, scan_info is NULL; this causes the compressor to write a
926 compressor will then write a JPEG file having one scan for each scan
1021 release v6, the compressor library will fill this in automatically;
1555 compressor to return to the caller of jpeg_write_scanlines(), with the return
1561 When forced to suspend, the compressor will backtrack to a convenient stopping
1570 for efficiency; you don't want the compressor to suspend often. (In fact, an
[all …]
Dusage.doc27 quality against file size by adjusting the compressor's "quality" setting.
/external/qemu/distrib/jpeg-6b/
Dfilelist.doc66 jcmainct.c Main buffer controller (preprocessor => JPEG compressor).
Dstructure.doc120 The compressor and decompressor are each divided into two main sections:
121 the JPEG compressor or decompressor proper, and the preprocessing or
130 Looking more closely, the compressor library contains the following main
185 It also permits a small reduction in file size, because the compressor can
946 We will not worry about making the compressor capable of outputting DNL.
Dlibjpeg.doc228 byte before passing it to the compressor. If you need to compress data
421 will cause the compressor to return before accepting all the passed lines.
899 TRUE causes the compressor to compute optimal Huffman coding tables
902 FALSE, which tells the compressor to use the supplied or default
923 By default, scan_info is NULL; this causes the compressor to write a
926 compressor will then write a JPEG file having one scan for each scan
1021 release v6, the compressor library will fill this in automatically;
1555 compressor to return to the caller of jpeg_write_scanlines(), with the return
1561 When forced to suspend, the compressor will backtrack to a convenient stopping
1570 for efficiency; you don't want the compressor to suspend often. (In fact, an
[all …]
Dusage.doc27 quality against file size by adjusting the compressor's "quality" setting.
/external/zlib/src/
DChangeLog1225 - allow preset dictionary shared between compressor and decompressor
/external/dropbear/libtomcrypt/
Dchanges1186 … Added an element to the hash descriptors that gives the size of a block [sent into the compressor]
/external/srec/config/en.us/dictionary/
Dlarge.ok5978 compressor k}presP
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145063 JavaScript TypeError loading Dean Edwards' JS compressor/obfuscator