/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Package.java | 53 final Compress.Compressor compressCommand = new Compress.Compressor();
|
CommandList.java | 25 Dicttool.addCommand("compress", Compress.Compressor.class);
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/compress/ |
flate.a | 44 type @"".compressor struct { ? @"".compressionLevel; @"".w *@"".huffmanBitWriter; @"".fill func(? *@"".compressor, ? []byte) (? int); @"".step func(? *@"".compressor); @"".sync bool; @"".chainHead int; @"".hashHead []int; @"".hashPrev []int; @"".hashOffset int; @"".index int; @"".window []byte; @"".windowEnd int; @"".blockStart int; @"".byteAvailable bool; @"".tokens []@"".token; @"".length int; @"".offset int; @"".hash int; @"".maxInsertIndex int; @"".err error } 45 func (@"".d·2 *@"".compressor) @"".close () (? error) 46 func (@"".d·1 *@"".compressor "esc:0x9") @"".deflate () 47 func (@"".d·2 *@"".compressor "esc:0x9") @"".fillDeflate (@"".b·3 []byte "esc:0x9") (? int) 48 func (@"".d·2 *@"".compressor "esc:0x1") @"".fillStore (@"".b·3 []byte "esc:0x9") (? int) { var @"".n·4 int; @"".n·4 = copy(@"".d·2.@"".window[@"".d·2.@"".windowEnd:], @"".b·3); @"".d·2.@"".windowEnd += @"".n·4; return @"".n·4 } 49 func (@"".d·4 *@"".compressor "esc:0x1") @"".findMatch (@"".pos·5 int, @"".prevHead·6 int, @"".prevLength·7 int, @"".lookahead·8 int) (@"".length·1 int, @"".offset·2 int, @"".ok·3 bool) 50 func (@"".d·2 *@"".compressor "esc:0x1") @"".init (@"".w·3 @"io".Writer, @"".level·4 int) (@"".err·1 error) 51 func (@"".d·1 *@"".compressor "esc:0x1") @"".initDeflate () { @"".d·1.@"".hashHead = make([]int, 0x20000); @"".d·1.@"".hashPrev (…) [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/compress/ |
flate.a | 44 type @"".compressor struct { ? @"".compressionLevel; @"".w *@"".huffmanBitWriter; @"".fill func(? *@"".compressor, ? []byte) (? int); @"".step func(? *@"".compressor); @"".sync bool; @"".chainHead int; @"".hashHead []int; @"".hashPrev []int; @"".hashOffset int; @"".index int; @"".window []byte; @"".windowEnd int; @"".blockStart int; @"".byteAvailable bool; @"".tokens []@"".token; @"".length int; @"".offset int; @"".hash int; @"".maxInsertIndex int; @"".err error } 45 func (@"".d·2 *@"".compressor) @"".close () (? error) 46 func (@"".d·1 *@"".compressor "esc:0x9") @"".deflate () 47 func (@"".d·2 *@"".compressor "esc:0x9") @"".fillDeflate (@"".b·3 []byte "esc:0x9") (? int) 48 func (@"".d·2 *@"".compressor "esc:0x1") @"".fillStore (@"".b·3 []byte "esc:0x9") (? int) { var @"".n·4 int; @"".n·4 = copy(@"".d·2.@"".window[@"".d·2.@"".windowEnd:], @"".b·3); @"".d·2.@"".windowEnd += @"".n·4; return @"".n·4 } 49 func (@"".d·4 *@"".compressor "esc:0x1") @"".findMatch (@"".pos·5 int, @"".prevHead·6 int, @"".prevLength·7 int, @"".lookahead·8 int) (@"".length·1 int, @"".offset·2 int, @"".ok·3 bool) 50 func (@"".d·2 *@"".compressor "esc:0x1") @"".init (@"".w·3 @"io".Writer, @"".level·4 int) (@"".err·1 error) 51 func (@"".d·1 *@"".compressor "esc:0x1") @"".initDeflate () { @"".d·1.@"".hashHead = make([]int, 0x20000); @"".d·1.@"".hashPrev (…) [all...] |
/device/generic/goldfish/camera/ |
CallbackNotifier.cpp | 257 NV21JpegCompressor compressor; local 259 compressor.compressRawImage(frame, camera_dev->getFrameWidth(), 264 mGetMemoryCB(-1, compressor.getCompressedSize(), 1, NULL); 266 compressor.getCompressedImage(jpeg_buff->data);
|
/external/libjpeg-turbo/ |
jcapistd.c | 12 * jpeg_start_compress, it will end up linking in the entire compressor. 62 * Write some scanlines of data to the JPEG compressor. 66 * the data destination module has requested suspension of the compressor, 154 /* If compressor did not consume the whole row, suspend processing. */
|
jcinit.c | 8 * This file contains initialization logic for the JPEG compressor.
|
/external/libopus/silk/ |
shell_coder.c | 49 ec_enc *psRangeEnc, /* I/O compressor data structure */ 63 ec_dec *psRangeDec, /* I/O Compressor data structure */ 79 ec_enc *psRangeEnc, /* I/O compressor data structure */ 121 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
API.h | 81 ec_enc *psRangeEnc, /* I/O Compressor data structure */ 112 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
code_signs.c | 42 ec_enc *psRangeEnc, /* I/O Compressor data structure */ 76 ec_dec *psRangeDec, /* I/O Compressor data structure */
|
/external/opencv3/3rdparty/libjpeg/ |
jcapistd.c | 12 * jpeg_start_compress, it will end up linking in the entire compressor. 62 * Write some scanlines of data to the JPEG compressor. 66 * the data destination module has requested suspension of the compressor, 154 /* If compressor did not consume the whole row, suspend processing. */
|
jcinit.c | 8 * This file contains initialization logic for the JPEG compressor.
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcapistd.c | 12 * jpeg_start_compress, it will end up linking in the entire compressor. 62 * Write some scanlines of data to the JPEG compressor. 66 * the data destination module has requested suspension of the compressor, 154 /* If compressor did not consume the whole row, suspend processing. */
|
/external/squashfs-tools/squashfs-tools/ |
Android.mk | 19 compressor.c \
|
read_fs.h | 26 extern struct compressor *read_super(int, struct squashfs_super_block *,
|
/libcore/ojluni/src/main/java/java/util/zip/ |
DeflaterInputStream.java | 46 /** Compressor for this stream. */ 55 /** Default compressor is used. */ 71 * Creates a new input stream with a default compressor and buffer 83 * Creates a new input stream with the specified compressor and a 87 * @param defl compressor ("deflater") for this stream 95 * Creates a new input stream with the specified compressor and buffer 99 * @param defl compressor ("deflater") for this stream
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfCompressor.h | 42 // class Compressor 55 class Compressor 64 Compressor (const Header &hdr); 71 virtual ~Compressor (); 208 // Construct a Compressor for compression type c: 216 // return value A pointer to a new Compressor object (it 222 Compressor * newCompressor (Compression c, 228 // Construct a Compressor for compression type c for a tiled image: 238 // return value A pointer to a new Compressor object (it 244 Compressor * newTileCompressor (Compression c [all...] |
ImfScanLineInputFile.cpp | 137 Compressor * compressor; member in struct:Imf::__anon20508::LineBuffer 138 Compressor::Format format; 143 LineBuffer (Compressor * const comp); 155 LineBuffer::LineBuffer (Compressor *comp): 159 compressor (comp), 160 format (defaultFormat(compressor)), 172 delete compressor; 465 if (_lineBuffer->compressor && 468 _lineBuffer->format = _lineBuffer->compressor->format() [all...] |
ImfOutputFile.cpp | 132 Compressor * compressor; member in struct:Imf::__anon20499::LineBuffer 137 LineBuffer (Compressor *comp); 149 LineBuffer::LineBuffer (Compressor *comp) : 152 compressor (comp), 164 delete compressor; 189 Compressor::Format format; // compressor's data format 319 // CompressLineBuffer::execute(), below, if the compressor wanted 597 Compressor *compressor = _lineBuffer->compressor local [all...] |
ImfPxr24Compressor.h | 39 // class Pxr24Compressor -- Loren Carpenter's 24-bit float compressor 50 class Pxr24Compressor: public Compressor
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
TJCompressor.java | 35 * TurboJPEG compressor 43 * Create a TurboJPEG compressor instance. 50 * Create a TurboJPEG compressor instance and associate the uncompressed 85 * Create a TurboJPEG compressor instance and associate the uncompressed 111 * compressor instance. 174 * compressor instance. 259 * Associate an uncompressed YUV planar source image with this compressor 314 * Compress the uncompressed source image associated with this compressor 365 * Compress the uncompressed source image associated with this compressor 407 * Encode the uncompressed source image associated with this compressor [all...] |
/external/zlib/src/doc/ |
rfc1950.txt | 140 the specifications presented here; a compliant compressor must 295 bytes which are initially fed to the compressor without 299 which dictionary has been used by the compressor. 306 0 - compressor used fastest algorithm 307 1 - compressor used fast algorithm 308 2 - compressor used default algorithm 309 3 - compressor used maximum compression, slowest algorithm 351 A compliant compressor must produce streams with correct CMF, FLG 354 the compressor may use only preset dictionaries that are specified 356 preset dictionary feature, the compressor must not set the FDIC [all...] |
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/ |
DESCRIPTION | 7 The minifier is based on the semantics of the `YUI compressor`_\, which itself 49 .. _YUI compressor: https://github.com/yui/yuicompressor/
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/ |
README | 1 These test inputs are originally taken from the YUI compressor suite 8 YUI Compressor Copyright License Agreement (BSD License)
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Private.h | 60 #define LVCS_COMPGAINFRAME 64 /* Compressor gain update interval */ 116 LVM_INT16 CompressGain; /* Last used compressor gain*/
|