/external/opencv3/3rdparty/libjpeg/ |
jcmainct.c | 11 * compressor proper; it holds downsampled data in the JPEG colorspace. 135 /* Send the completed row to the compressor */ 137 /* If compressor did not consume the whole row, then we must need to 213 /* If compressor did not consume the whole row, then we must need to
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcinit.c | 8 * This file contains initialization logic for the JPEG compressor.
|
fpdfapi_jcmainct.c | 10 * compressor proper; it holds downsampled data in the JPEG colorspace. 134 /* Send the completed row to the compressor */ 136 /* If compressor did not consume the whole row, then we must need to 210 /* If compressor did not consume the whole row, then we must need to
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
JpegCompressor.h | 19 * This class simulates a hardware JPEG compressor. It receives image buffers
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cl.py | 33 'COMPRESSOR', 'CONTINUOUS_BLOCK', 'CONTINUOUS_NONBLOCK',
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_cl.py | 33 'COMPRESSOR', 'CONTINUOUS_BLOCK', 'CONTINUOUS_NONBLOCK',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 33 'COMPRESSOR', 'CONTINUOUS_BLOCK', 'CONTINUOUS_NONBLOCK',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cl.py | 33 'COMPRESSOR', 'CONTINUOUS_BLOCK', 'CONTINUOUS_NONBLOCK',
|
/system/update_engine/ |
testrunner.cc | 34 // The LZMA SDK-based Xz compressor used in the payload generation requires
|
/external/libjpeg-turbo/ |
jcmainct.c | 12 * compressor proper; it holds downsampled data in the JPEG colorspace. 98 /* Send the completed row to the compressor */ 100 /* If compressor did not consume the whole row, then we must need to
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
writer_test.go | 193 compressor, err := NewWriterLevelDict(&buf, BestCompression, input) 198 compressor.Write(input) 199 compressor.Close()
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
writer_test.go | 193 compressor, err := NewWriterLevelDict(&buf, BestCompression, input) 198 compressor.Write(input) 199 compressor.Close()
|
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
DefaultDeflateCompatibilityWindow.java | 324 DeflateCompressor compressor = new DeflateCompressor(); local 325 compressor.setCaching(true); // Makes this computation lighter weight. 330 compressor.setNowrap(nowrap); 332 compressor.setStrategy(strategy); 342 compressor.setCompressionLevel(level); 345 compressor.compress(new ByteArrayInputStream(CorpusHolder.CORPUS_INSTANCE), buffer); 358 compressor.release();
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfPxr24Compressor.cpp | 38 // This compressor is based on source code that was contributed to 42 // The compressor preprocesses the pixel data to reduce entropy, 49 // When the compressor is invoked, the caller has already arranged 51 // contiguous block of memory. The compressor converts the pixel 55 // are interpreted as integers. The compressor then replaces each 183 Compressor (hdr), 223 Compressor::Format
|
ImfTiledInputFile.cpp | 137 Compressor * compressor; member in struct:Imf::__anon20511::TileBuffer 138 Compressor::Format format; 146 TileBuffer (Compressor * const comp); 158 TileBuffer::TileBuffer (Compressor *comp): 161 compressor (comp), 162 format (defaultFormat (compressor)), 177 delete compressor; 471 if (_tileBuffer->compressor && _tileBuffer->dataSize < sizeOfTile) 473 _tileBuffer->format = _tileBuffer->compressor->format() [all...] |
/external/zlib/src/doc/ |
rfc1951.txt | 124 compressor. 161 the specifications presented here; a compliant compressor must 776 A compressor may limit further the ranges of values specified in 779 32K. Similarly, a compressor may limit the size of blocks so that 793 recommended that the implementor of a compressor follow the general 805 specification per se, and a compressor need not follow it in order to 808 The compressor terminates a block when it determines that starting a 810 fills up the compressor's block buffer. 812 The compressor uses a chained hash table to find duplicated strings, 816 compressor examines the hash chain for XYZ. If the chain is empty [all...] |
/external/squashfs-tools/squashfs-tools/ |
read_fs.c | 50 #include "compressor.h" 496 struct compressor *read_super(int fd, struct squashfs_super_block *sBlk, char *source) 553 * Read compressor specific options from disk if present, and pass 554 * to compressor to set compressor options. 556 * Note, if there's no compressor options present, the compressor 569 ERROR("Failed to read compressor options from append " 578 ERROR("Compressor failed to set compressor options\n") [all...] |
/external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/ |
TJCompressor.html | 97 <div class="block">TurboJPEG compressor</div> 117 <div class="block">Create a TurboJPEG compressor instance.</div> 126 <div class="block">Create a TurboJPEG compressor instance and associate the uncompressed 151 <div class="block">Create a TurboJPEG compressor instance and associate the uncompressed 174 <div class="block">Free the native structures associated with this compressor instance.</div> 204 <div class="block">Compress the uncompressed source image associated with this compressor 211 <div class="block">Compress the uncompressed source image associated with this compressor 259 <div class="block">Encode the uncompressed source image associated with this compressor 268 <div class="block">Encode the uncompressed source image associated with this compressor 277 <div class="block">Encode the uncompressed source image associated with this compressor [all...] |
/external/webrtc/webrtc/modules/audio_processing/agc/ |
agc_manager_direct.cc | 281 // was manually adjusted. The compressor will still provide some of the 360 // compressor first, providing a slack region around the current slider 371 // The compressor will always add at least kMinCompressionGain. In effect, 376 // Handle as much error as possible with the compressor first. 396 // shrink the amount of slack the compressor provides. 422 // The compressor accepts integer gains in dB. Adjust the gain when
|
/libcore/ojluni/src/main/java/java/util/zip/ |
Deflater.java | 160 * Creates a new compressor using the specified compression level. 175 * Creates a new compressor using the specified compression level. 184 * Creates a new compressor with the default compression level. 518 * Closes the compressor and discards any unprocessed input. 519 * This method should be called when the compressor is no longer 538 * Closes the compressor when garbage is collected.
|
/external/liblzf/ |
Changes | 8 - 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.
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Process.c | 210 NonLinComp_D16(Gain, /* Compressor gain setting */ 260 NonLinComp_D16(Gain, /* Compressor gain setting */ 269 NonLinComp_D16(Gain, /* Compressor gain setting */
|
/device/generic/goldfish/camera/fake-pipeline2/ |
JpegCompressor.h | 19 * This class simulates a hardware JPEG compressor. It receives image buffers
|
/external/droiddriver/src/io/appium/droiddriver/ |
UiDevice.java | 69 * @param quality Hint to the compressor, 0-100. 0 meaning compress for small
|
/external/opencv3/3rdparty/zlib/ |
uncompr.c | 16 been saved previously by the compressor and transmitted to the decompressor
|