| /external/arm-trusted-firmware/plat/renesas/common/include/registers/ |
| D | axi_registers.h | 31 /* decompression */ 33 /* AXI decompression area configuration A0 */ 35 /* AXI decompression area configuration B0 */ 37 /* AXI decompression area configuration A1 */ 39 /* AXI decompression area configuration B1 */ 41 /* AXI decompression area configuration A2 */ 43 /* AXI decompression area configuration B2 */ 45 /* AXI decompression area configuration A3 */ 47 /* AXI decompression area configuration B3 */ 49 /* AXI decompression area configuration A4 */ [all …]
|
| /external/lzma/DOC/ |
| D | lzma-sdk.txt | 10 keeping high decompression speed and low memory requirements for 49 - C / C++ / C# / Java - LZMA compression and decompression 50 - C / C++ - LZMA2 compression and decompression 51 - C / C++ - XZ compression and decompression 52 - C - 7z decompression 53 - C++ - 7z compression and decompression 54 - C - small SFXs for installers (7z decompression) 55 - C++ - SFXs and SFXs for installers (7z decompression) 59 - console programs for lzma / 7z / xz compression and decompression 118 C/ - C files (compression / decompression and other) [all …]
|
| /external/lz4/ossfuzz/ |
| D | decompress_fuzzer.c | 3 * decompression function to ensure the decompressor never crashes. 34 /* Prepare the dictionary. The data doesn't matter for decompression. */ in LLVMFuzzerTestOneInput() 54 /* Partial decompression. */ in LLVMFuzzerTestOneInput() 57 /* Partial decompression using each possible dictionary configuration. */ in LLVMFuzzerTestOneInput() 58 /* Partial decompression with no dictionary. */ in LLVMFuzzerTestOneInput() 61 /* Partial decompression with small external dictionary. */ in LLVMFuzzerTestOneInput() 64 /* Partial decompression with large external dictionary. */ in LLVMFuzzerTestOneInput() 67 /* Partial decompression with small prefix. */ in LLVMFuzzerTestOneInput() 70 /* Partial decompression wtih large prefix. */ in LLVMFuzzerTestOneInput()
|
| D | round_trip_fuzzer.c | 44 /* Partial decompression must succeed. */ in LLVMFuzzerTestOneInput() 55 /* Partial decompression using dict with no dict. */ in LLVMFuzzerTestOneInput() 66 /* Partial decompression using dict with small prefix as dict */ in LLVMFuzzerTestOneInput() 77 /* Partial decompression using dict with large prefix as dict */ in LLVMFuzzerTestOneInput() 88 /* Partial decompression using dict with small external dict */ in LLVMFuzzerTestOneInput() 99 /* Partial decompression using dict with large external dict */ in LLVMFuzzerTestOneInput()
|
| /external/zstd/contrib/pzstd/ |
| D | README.md | 4 It provides Zstandard format compatible compression and decompression that is able to utilize multi… 8 PZstandard supports parallel decompression of files compressed with PZstandard. 9 …ng files compressed with Zstandard, PZstandard does IO in one thread, and decompression in another. 19 pzstd -d input-file -o output-file -p num-threads # Decompression 36 Compression Speed vs Ratio with 4 Threads | Decompression Speed with 4 Threads 38 …ages/Cspeed.png "Compression Speed vs Ratio") |  respectively. At decompression time, the block size used for 277 during decompression. [all …]
|
| D | bzip2.txt | 32 restored at decompression time. File name handling is 106 though, that the check occurs upon decompression, so it 122 Force decompression. bzip2, bunzip2 and bzcat are 135 decompression and throws away the result. 150 or decompression. 153 Reduce memory usage, for compression, decompression 208 amount of memory needed for compression and decompression. 211 tively. At decompression time, the block size used for 216 irrelevant to and so ignored during decompression. 218 Compression and decompression requirements, in bytes, can [all …]
|
| D | bzip2.1.preformatted | 35 restored at decompression time. File name handling is 109 though, that the check occurs upon decompression, so it 125 … Force decompression. _b_z_i_p_2_, _b_u_n_z_i_p_2 and _b_z_c_a_t are 138 decompression and throws away the result. 153 or decompression. 156 Reduce memory usage, for compression, decompression 211 amount of memory needed for compression and decompression. 214 tively. At decompression time, the block size used for 219 irrelevant to and so ignored during decompression. 221 Compression and decompression requirements, in bytes, can [all …]
|
| /external/openthread/tests/unit/ |
| D | test_lowpan.cpp | 136 * This function performs compression or/and decompression based on the given test vector. 138 …* @note Performing decompression and compression on the same LOWPAN_IPHC frame may give different … 299 // Perform compression and decompression tests. in TestFullyCompressableLongAddresses() 324 // Perform compression and decompression tests. in TestFullyCompressableShortAddresses() 349 // Perform compression and decompression tests. in TestFullyCompressableShortLongAddresses() 374 // Perform compression and decompression tests. in TestFullyCompressableLongShortAddresses() 398 // Perform compression and decompression tests. in TestSourceUnspecifiedAddress() 425 // Perform compression and decompression tests. in TestSource128bitDestination128bitAddresses() 451 // Perform compression and decompression tests. in TestSource64bitDestination64bitLongAddresses() 477 // Perform compression and decompression tests. in TestSource64bitDestination64bitShortAddresses() [all …]
|
| /external/zstd/doc/educational_decoder/ |
| D | zstd_decompress.h | 21 /******* DECOMPRESSION FUNCTIONS **********************************************/ 22 /// Zstandard decompression functions. 36 /// Assumes decompression of a single frame 38 /******* END DECOMPRESSION FUNCTIONS ******************************************/ 43 * or decompression 48 * Parse a provided dictionary blob for use in decompression 52 * can be used for decompression
|
| /external/lz4/programs/ |
| D | lz4.1 | 32 \fBlz4 file\.lz4\fR will default to decompression (use \fB\-z\fR to force compression) 38 \fBlz4\fR shows real\-time notification statistics during compression or decompression of a single … 58 It\'s possible to opt\-in to erase source files on successful compression or decompression, using \… 116 …peed/compression trade\-off will vary depending on data to compress\. Decompression speed remains … 128 … data optimized for decompression speed\. Compressed data will be larger as a consequence (typical… 132 … decompression must use the same dictionary to be compatible\. Using a different dictionary during… 225 Delete source files on successful compression or decompression
|
| D | lz4.1.md | 36 * `lz4 file.lz4` will default to decompression (use `-z` to force compression) 39 during compression or decompression of a single file 61 on successful compression or decompression, using `--rm` command. 129 Decompression speed remains fast at all settings. 142 Generate compressed data optimized for decompression speed. 144 while decompression speed will be improved by 5-20%, depending on use cases. 149 Compression and decompression must use the same dictionary to be compatible. 150 Using a different dictionary during decompression will either 151 abort due to decompression error, or generate a checksum error. 229 Delete source files on successful compression or decompression
|
| /external/zstd/programs/ |
| D | README.md | 6 …-like arguments; includes dictionary builder, benchmark, and supports decompression of legacy zstd… 77 - __ZSTD_NODECOMPRESS__ : `zstd` cli will be compiled without support for decompression. 111 which can be loaded before compression and decompression. 114 …sion gains are achieved while simultaneously providing faster compression and decompression speeds. 134 The benchmark measures ratio, compressed size, compression and decompression speed. 149 -d : decompression 150 -D DICT: use DICT as Dictionary for compression or decompression 192 Advanced decompression arguments : 195 -M# : Set a memory usage limit for decompression 246 matches are found. Decompression speed usually improves when there are many long [all …]
|
| /external/zstd/contrib/premake/ |
| D | zstd.lua | 4 function project_zstd(dir, compression, decompression, deprecated, dictbuilder, legacy) 6 if decompression == nil then decompression = true end 17 if not decompression then 39 if decompression then
|
| /external/zstd/zlibWrapper/ |
| D | zstd_zlibwrapper.h | 61 /*** DECOMPRESSION ***/ 66 Forcing zlib decompression with ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB) slightly improves 67 decompression speed of zlib-encoded streams. 71 /* checks zstd decompression type */ 74 /* Checks if zstd decompression is used for a given stream. 79 inflate() will return Z_NEED_DICT only for the first time what will improve decompression speed.
|
| /external/libjpeg-turbo/ |
| D | jdapimin.c | 11 * This file contains application interface code for the decompression half 13 * needed in either the normal full-decompression case or the 18 * shared by compression and decompression, and jdtrans.c for the transcoding 30 * Initialization of a JPEG decompression object. 100 * Destruction of a JPEG decompression object 111 * Abort processing of a JPEG decompression operation, 123 * Set default decompression parameters. 200 /* Set defaults for other decompression parameters. */ in default_decompress_parms() 227 * Decompression startup: read start of JPEG datastream to see what's there. 232 * object. It will also initialize the decompression parameters to default [all …]
|
| D | libjpeg.txt | 36 Decompression details 37 Partial image decompression 41 Decompression parameter selection 79 decompression. They include colorspace conversion, downsampling/upsampling, 82 For example, if colormapped output is requested, then the decompression 86 and even more so in decompression postprocessing. The decompression library 142 Similarly, the rough outline of a JPEG decompression operation is: 144 Allocate and initialize a JPEG decompression object 147 Set parameters for decompression 152 Release the JPEG decompression object [all …]
|
| /external/lz4/doc/ |
| D | lz4_manual.html | 17 <li><a href="#Chapter7">Streaming Decompression Functions</a></li> 28 The LZ4 compression library provides in-memory compression and decompression functions. 37 Exact metadata depends on exact decompression function. 181 the receiving decompression function should provide 253 The same dictionary will have to be loaded on decompression side for successful decoding. 296 <a name="Chapter7"></a><h2>Streaming Decompression Functions</h2><pre> Bufferless synchronous API 303 </b><p> creation / destruction of streaming decompression tracking context. 310 Use this function to start decompression of a new stream of blocks. 312 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression. 323 When setting such a ring buffer for streaming decompression, [all …]
|
| /external/zstd/lib/legacy/ |
| D | zstd_v07.h | 45 `compressedSize` : must be _exact_ size of compressed input, otherwise decompression will fail. 73 /** Decompression context */ 87 * Decompression using a pre-defined Dictionary content (see dictBuilder). 100 * Create a digested dictionary, ready to start decompression operation without startup delay. 107 * Decompression using a pre-digested Dictionary 141 * Streaming decompression howto 145 * Use ZBUFFv07_decompressInit() to start a new decompression operation, 146 * or ZBUFFv07_decompressInitDictionary() if decompression requires a dictionary. 171 /** Functions below provide recommended buffer sizes for Compression or Decompression operations.
|
| /external/zstd/ |
| D | CHANGELOG | 42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263… 43 perf: Reduced stack usage during compression and decompression entropy stage (#2522 #2524, @terrell… 50 bug: Fix UBSAN error in decompression (#2625, @terrelln) 74 contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42) 77 contrib: Seekable format - Decompression fix for large offsets, (#2594, @azat) 135 perf: Improve small block decompression speed by 20%+, by @terrelln 137 perf: Improve decompression speed by improving ZSTD_wildcopy, by @helloguo (#2252, #2256) 169 perf: Improved decompression speed: x64 : +10% (clang) / +5% (gcc); ARM : from +15% to +50%, depend… 175 cli : -b -d command can now benchmark decompression on multiple files 194 perf: Improved decompression speed, by > 10%, by @terrelln [all …]
|
| D | README.md | 63 offer faster compression and decompression speed 68 Decompression speed is preserved and remains roughly the same at all settings, 78 Compression Speed vs Ratio | Decompression Speed 80 …/CSpeed2.png "Compression Speed vs Ratio") |  |  nor check (decompression) checksums 52 api: better in-place decompression and compression support 59 fix : decompression functions were reading a few bytes beyond input size (introduced in v1.9.0, rep… 66 perf: large decompression speed improvement on x86/x64 (up to +20%) by @djwatson 78 perf: minor decompression speed improvement (~+2%) with gcc 88 perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv) 89 perf: slightly faster HC compression and decompression speed 92 fix : decompression segfault when provided with NULL input, by @terrelln 100 perf : slightly faster compression and decompression speed 102 fix : decompression failed when using a combination of extDict + low memory address (#397), reporte… [all …]
|
| /external/zstd/lib/common/ |
| D | zstd_trace.h | 74 * Only set on decompression. 90 * The fully resolved CCtx parameters (NULL on decompression). 94 * The ZSTD_CCtx pointer (NULL on decompression). 139 * Trace the beginning of a decompression call. 140 * @param dctx The dctx pointer for the decompression. 149 * Trace the end of a decompression call.
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/compression/ |
| D | stream_compression.h | 33 /* Stream compression/decompression context */ 76 * previous compressed bytes. It allows corresponding decompression context to 86 * max_output_size decompressed bytes into \a out. If decompression process 98 * buffer for compression/decompression operations. \a method specifies whether 99 * the context is for compression or decompression.
|
| /external/grpc-grpc/src/core/lib/compression/ |
| D | stream_compression.h | 33 /* Stream compression/decompression context */ 76 * previous compressed bytes. It allows corresponding decompression context to 86 * max_output_size decompressed bytes into \a out. If decompression process 98 * buffer for compression/decompression operations. \a method specifies whether 99 * the context is for compression or decompression.
|