/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/ |
netty-codec-4.1.0.CR3-sources.jar | |
netty-codec-4.1.0.CR3.jar | |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/ |
ECPointEncoder.java | 7 * By default BC keys produce encodings without point compression, 14 * in point compression will not be used. If the String "COMPRESSED" is passed point 15 * compression will be used. The default is "UNCOMPRESSED".
|
/external/bzip2/ |
libbz2.def | 2 DESCRIPTION "libbzip2: library for data compression"
|
/external/zopfli/ |
README.zopflipng | 3 - uses Zopfli compression for the Deflate compression, 9 compression, and, 18 The main compression algorithm in ZopfliPNG is ported from WebP lossless, but 19 naturally cannot give as much compression gain for PNGs as it does for a more 20 modern compression codec like WebP 24 2-3 orders of magnitude more CPU time for compression. Initial testing using a 26 gives a compression improvement of 12% compared to convert -q 95, but only 0.5%
|
/external/lz4/programs/ |
lz4.1 | 12 \fBlz4\fR - Extremely fast compression algorithm 20 \fBlz4\fR is an extremely fast lossless compression algorithm. It is based on 21 the \fBLZ77\fR family of compression scheme. At the compression speed of 400 30 fast compression (default) 33 high compression 60 force compression 63 use Legacy format (useful for Linux Kernel compression) 70 block dependency (improve compression ratio)
|
/libcore/ojluni/src/main/java/java/util/zip/ |
Deflater.java | 31 * This class provides support for general purpose compression using the 32 * popular ZLIB compression library. The ZLIB compression library was 38 * <p>The following code fragment demonstrates a trivial compression 90 * Compression method for the deflate algorithm (the only one currently 96 * Compression level for no compression. 101 * Compression level for fastest compression. 106 * Compression level for best compression [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/ |
TestAll.java | 8 package android.icu.dev.test.compression; 30 public static final String CLASS_TARGET_NAME = "Compression";
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
TestAll.java | 7 package com.ibm.icu.dev.test.compression; 26 public static final String CLASS_TARGET_NAME = "Compression";
|
package.html | 10 Tests for the compression classes.
|
/external/lz4/lib/ |
liblz4.pc.in | 1 # LZ4 - Fast LZ compression algorithm 10 Description: fast lossless compression algorithm library
|
/external/skia/src/utils/ |
SkTextureCompressor.h | 19 // Various texture compression formats that we support. 27 // NOTE: ETC1 supports 8-bit RGB compression, but we 33 kASTC_4x4_Format, // 4x4 blocks, no compression, decompresses RGBA 34 kASTC_5x4_Format, // 5x4 blocks, no compression, decompresses RGBA 35 kASTC_5x5_Format, // 5x5 blocks, no compression, decompresses RGBA 36 kASTC_6x5_Format, // 6x5 blocks, no compression, decompresses RGBA 37 kASTC_6x6_Format, // 6x6 blocks, no compression, decompresses RGBA 38 kASTC_8x5_Format, // 8x5 blocks, no compression, decompresses RGBA 39 kASTC_8x6_Format, // 8x6 blocks, no compression, decompresses RGBA 40 kASTC_8x8_Format, // 8x8 blocks, no compression, decompresses RGB [all...] |
/external/squashfs-tools/RELEASE-READMEs/ |
README-4.3 | 8 there are substantial improvements to stability, new compression options 22 2. GZIP compressor now supports compression options, allowing different 23 compression levels to be used. 25 3. Rewritten LZO compressor with compression options, allowing different 26 LZO algorithms and different compression levels to be used. 38 7. The -stat option in Unsquashfs now displays the compression options 40 the compression algorithm used. 65 New compression options and compressors are now supported. 70 -Xcompression-level <compression-level> 71 <compression-level> should be 1 .. 9 (default 9 [all...] |
README-4.2 | 13 1. Support for XZ compression 23 XZ compression 26 Squashfs now supports XZ compression. 35 Compression algorithms can now support compression specific options. These 38 The compression specific options supported by each compressor can be 48 (in addition to no filter), and choose the best compression.
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfCompression.h | 42 // enum Compression 49 enum Compression 51 NO_COMPRESSION = 0, // no compression 55 ZIPS_COMPRESSION = 2, // zlib compression, one scan line at a time 57 ZIP_COMPRESSION = 3, // zlib compression, in blocks of 16 scan lines 59 PIZ_COMPRESSION = 4, // piz-based wavelet compression 61 PXR24_COMPRESSION = 5, // lossy 24-bit float compression 63 B44_COMPRESSION = 6, // lossy 4-by-4 pixel block compression, 64 // fixed compression rate 66 B44A_COMPRESSION = 7, // lossy 4-by-4 pixel block compression, [all...] |
/external/lzma/DOC/ |
lzma-sdk.txt | 6 use 7z / LZMA / LZMA2 / XZ compression.
8 LZMA is an improved version of famous LZ77 compression algorithm.
9 It was improved in way of maximum increasing of compression ratio,
13 LZMA2 is a LZMA based compression method. LZMA2 provides better
14 multithreading support for compression than LZMA and some other improvements.
16 7z is a file format for data compression and file archiving.
17 7z is a main file format for 7-Zip compression program (www.7-zip.org).
18 7z format supports different compression methods: LZMA, LZMA2 and others.
21 XZ is a file format for data compression that uses LZMA2 compression. [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
ExtendedDigest.java | 7 * Return the size in bytes of the internal buffer the digest applies it's compression
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/compression/ |
package.html | 10 Tool used to rebuild tables used by the Unicode compression classes.
|
/external/lzma/CS/7zip/Compress/LZ/ |
IMatchFinder.cs | 5 namespace SevenZip.Compression.LZ
|
/external/squashfs-tools/ |
INSTALL | 15 LZO compression support requires 2.6.36 or newer kernels. 17 XZ compression support requires 2.6.38 or newer kernels. 27 By default the tools are built with GZIP compression and extended attribute 29 LZO, LZ4 and XZ compression support, and for instructions on disabling GZIP
|
/external/zlib/src/ |
zlib.pc | 8 Description: zlib compression library
|
zlib.pc.cmakein | 8 Description: zlib compression library
|
zlib.pc.in | 8 Description: zlib compression library
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/pkgconfig/ |
zlib.pc | 7 Description: zlib compression library
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/pkgconfig/ |
zlib.pc | 7 Description: zlib compression library
|