/frameworks/base/media/libeffects/lvm/lib/Common/lib/ |
CompLim.h | 41 typedef struct /* Compressor state */ 50 /* Compressor */ 51 LVM_INT16 Comp_Atten; /* Attenuation applied before soft knee compressor */ 57 LVM_INT32 CompIntSlow; /* Compressor slow integrator current value */ 58 LVM_INT32 CompIntFast; /* Compressor fast integrator current value */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ppp-comp.h | 65 struct compressor { struct 68 /* Allocate space for a compressor (transmit side) */ 71 /* Free space used by a compressor */ 74 /* Initialize a compressor */ 78 /* Reset a compressor */ 112 /* Used in locking compressor modules */ 114 /* Extra skb space needed by the compressor algorithm */
|
/external/zlib/contrib/ada/ |
buffer_demo.adb | 46 Compressor : Filter_Type; 49 Deflate_Init (Compressor); 53 Translate (Compressor, Source, I, Compressed_Data, L, Finish); 56 Close (Compressor);
|
zlib.ads | 111 -- Just for tell the compressor that input data is complete. 142 -- Compressor initialization. 239 -- Flushing the data from the compressor.
|
/development/tools/emulator/system/camera/ |
CallbackNotifier.cpp | 251 NV21JpegCompressor compressor; local 253 compressor.compressRawImage(frame, camera_dev->getFrameWidth(), 258 mGetMemoryCB(-1, compressor.getCompressedSize(), 1, NULL); 260 compressor.getCompressedImage(jpeg_buff->data);
|
/external/jpeg/ |
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.
|
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
|
jdatadst.c | 67 * In this situation, the compressor will return to its caller (possibly with 73 * When suspending, the compressor will back up to a convenient restart point
|
/external/ppp/pppd/include/net/ |
ppp-comp.h | 58 struct compressor { struct 61 /* Allocate space for a compressor (transmit side) */ 63 /* Free space used by a compressor */ 65 /* Initialize a compressor */ 68 /* Reset a compressor */
|
/external/chromium/net/spdy/ |
spdy_framer.cc | 34 // Adler ID for the SPDY header compressor dictionary. 1203 z_stream* compressor = GetHeaderCompressor(); local 1211 z_stream* compressor = GetStreamCompressor(frame.stream_id()); local 1570 z_stream* compressor = it->second; local 1592 z_stream* compressor = it->second; local [all...] |
/external/zlib/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...] |
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...] |
rfc1952.txt | 110 compressor. 149 specifications presented here; a compliant compressor must produce 318 an optional indication, which the compressor may set by 325 this bit, since a compressor always has the option of 385 XFL = 2 - compressor used maximum compression, 387 XFL = 4 - compressor used fastest algorithm 472 A compliant compressor must produce files with correct ID1, 475 OS, 0 for all others). The compressor must set all reserved
|
/frameworks/base/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*/
|
LVCS_Process.c | 210 NonLinComp_D16(Gain, /* Compressor gain setting */ 260 NonLinComp_D16(Gain, /* Compressor gain setting */ 269 NonLinComp_D16(Gain, /* Compressor gain setting */
|
/external/chromium/sdch/open-vcdiff/src/ |
vcencoder.cc | 20 // The RFC describes the possibility of using a secondary compressor 24 // No secondary compressor types have been publicly registered with 27 // is no standard set of compressor IDs which would be generated by other
|
vcdiff_defs.h | 52 // [Secondary compressor ID] - byte 88 // secondary compressor may have been used to further compress certain 158 // compressor. The bit positions 0 (VCD_DATACOMP), 1
|
/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.
|
/external/qemu/distrib/zlib-1.2.3/ |
uncompr.c | 16 been saved previously by the compressor and transmitted to the decompressor
|
/external/zlib/ |
uncompr.c | 16 been saved previously by the compressor and transmitted to the decompressor
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_AudioEffects.c | 19 * @brief MCS implementation (Video Compressor Service)
|
/external/kernel-headers/original/linux/ |
zlib.h | 388 by the compressor for this purpose.) The next operation on this stream must 401 chosen by the compressor and returns Z_NEED_DICT; otherwise it sets 405 checksum is equal to that saved by the compressor and returns Z_STREAM_END 501 call of deflate. The compressor and decompressor must use exactly the same 519 which dictionary has been used by the compressor. (The Adler32 value 521 actually used by the compressor.) 635 if that call returned Z_NEED_DICT. The dictionary chosen by the compressor 637 The compressor and decompressor must use exactly the same dictionary (see [all...] |
/external/libvpx/vp8/common/ |
onyx.h | 104 int Width; // width of data passed to the compressor 105 int Height; // height of data passed to the compressor
|
/frameworks/base/graphics/java/android/graphics/ |
YuvImage.java | 34 * native compressor and the java OutputStream. 116 * @param quality Hint to the compressor, 0-100. 0 meaning compress for
|