/prebuilts/tools/windows-x86_64/swt/about_files/ |
IJG_README | 82 the hierarchical or lossless processes defined in the standard. 95 "jpegtran", a utility for lossless transcoding between different JPEG 331 is easier to read and modify. Also, the PVRG code supports lossless JPEG,
|
/external/llvm/lib/IR/ |
Type.cpp | 74 // Vector -> Vector conversions are always lossless if the two vector types 91 // remaining and ptr->ptr. Just select the lossless conversions. Everything 92 // else is not lossless.
|
/external/webp/ |
README | 123 You might want to try the -lossless flag too, which will compress the source 173 -lossless .............. Encode image losslessly. 290 There are some variants for using the lossless format:
|
/development/tools/recovery_l10n/src/com/android/recovery_l10n/ |
Main.java | 70 * remember that they must be lossless to preserve the exact values of
|
/external/bzip2/ |
Makefile | 3 # lossless, block-sorting data compression.
|
README | 7 lossless, block-sorting data compression.
|
huffman.c | 9 lossless, block-sorting data compression.
|
CHANGES | 3 lossless, block-sorting data compression.
|
bzlib_private.h | 9 lossless, block-sorting data compression.
|
/external/chromium/net/base/ |
net_log.h | 87 // lossless conversion, which is used to serialize the parameters to JSON.
|
/external/flac/libFLAC/ |
crc.c | 1 /* libFLAC - Free Lossless Audio Codec library
|
float.c | 1 /* libFLAC - Free Lossless Audio Codec library
|
/external/flac/libFLAC/include/private/ |
lpc.h | 1 /* libFLAC - Free Lossless Audio Codec library
|
/external/jpeg/ |
cjpeg.1 | 241 lossless format while manipulating an image, then convert to JPEG format when
|
jdmarker.c | 1008 case M_SOF3: /* Lossless, Huffman */ 1011 case M_SOF7: /* Differential lossless, Huffman */ 1013 case M_SOF11: /* Lossless, arithmetic */ 1016 case M_SOF15: /* Differential lossless, arithmetic */ [all...] |
/external/qemu/distrib/jpeg-6b/ |
cjpeg.1 | 241 lossless format while manipulating an image, then convert to JPEG format when
|
jdmarker.c | 1008 case M_SOF3: /* Lossless, Huffman */ 1011 case M_SOF7: /* Differential lossless, Huffman */ 1013 case M_SOF11: /* Lossless, arithmetic */ 1016 case M_SOF15: /* Differential lossless, arithmetic */ [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive_unittest.py | 119 # lossy. On other platforms, we expect a lossless roundtrip.
|
/external/webp/src/enc/ |
picture.c | [all...] |
vp8l.c | 8 // main entry for the lossless encoder. 20 #include "../dsp/lossless.h" [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
encode.c | 245 /* quantization and lossless coding */ 614 /* quantization and lossless coding */
|
/external/zlib/src/doc/ |
rfc1950.txt | 44 This specification defines a lossless compressed data format. The 89 The purpose of this specification is to define a lossless
|
rfc1951.txt | 42 This specification defines a lossless compressed data format that 97 The purpose of this specification is to define a lossless 132 A simple counting argument shows that no lossless compression [all...] |
/libcore/luni/src/main/java/java/nio/charset/ |
Charset.java | 47 * represented by another (meaning that a lossless transformation is possible from the contained 343 * that lossless conversion is possible from C2 to C1 (but not necessarily the other way
|
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 551 /// A lossless cast is one that does not alter the basic value. It implies 554 /// @returns true iff the cast is lossless. 555 /// @brief Determine if this is a lossless cast. [all...] |