Home
last modified time | relevance | path

Searched full:decompression (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/external/trusty/arm-trusted-firmware/plat/renesas/common/include/registers/
Daxi_registers.h31 /* 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/arm-trusted-firmware/plat/renesas/common/include/registers/
Daxi_registers.h31 /* 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/lz4/ossfuzz/
Ddecompress_fuzzer.c3 * 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()
Dround_trip_fuzzer.c44 /* 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/
DREADME.md4 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") | ![Decompression Speed](images/Dspeed.png "Decompre…
49 Pigz cannot do parallel decompression, it simply does each of reading, decompression, and writing o…
/external/bzip2/
Dbzip2.154 be correctly restored at decompression time. File name handling is
106 filenames causes decompression from
165 the check occurs upon decompression, so it can only tell you that
186 Force decompression.
204 This really performs a trial decompression and throws away the result.
221 or decompression.
224 Reduce memory usage, for compression, decompression and testing. Files
269 compression and decompression. The flags \-1 through \-9
271 default) respectively. At decompression time, the block size used for
277 during decompression.
[all …]
Dbzip2.txt32 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 …]
Dbzip2.1.preformatted35 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/mesa3d/src/gfxstream/host/vulkan/emulated_textures/
DAstcTexture.cpp50 WARN("ASTC CPU decompression skipped: non-packed buffer"); in isRegionValid()
54 WARN("ASTC CPU decompression skipped: imageOffset is non-zero"); in isRegionValid()
58 WARN("ASTC CPU decompression skipped: imageExtent is less than the entire image"); in isRegionValid()
87 WARN("ASTC CPU decompression failed: tried to decompress same image more than once."); in createVkBufferAndMapMemory()
99 WARN("ASTC CPU decompression: vkCreateBuffer failed: %d", res); in createVkBufferAndMapMemory()
118 WARN("ASTC CPU decompression: no suitable memory type to decompress the image"); in createVkBufferAndMapMemory()
129 WARN("ASTC CPU decompression: vkAllocateMemory failed: %d", res); in createVkBufferAndMapMemory()
136 WARN("ASTC CPU decompression: vkBindBufferMemory failed: %d", res); in createVkBufferAndMapMemory()
143 WARN("ASTC CPU decompression: vkMapMemory failed: %d", res); in createVkBufferAndMapMemory()
208 WARN("ASTC CPU decompression: data out of bounds. Offset: %llu, Size: %llu, Total %llu", in on_vkCmdCopyBufferToImageImpl()
[all …]
DGpuDecompressionPipeline.cpp28 // Note: we currently only enable ASTC decompression for native vulkan apps, and we try CPU
29 // decompression first, before falling back to GPU decompression.
181 INFO("Created GPU decompression pipeline for format %s %s. ASTC decoder: %s", in GpuDecompressionPipeline()
189 WARN("No decompression shader found for format %s and img type %s", in initialize()
202 WARN("GPU decompression: error calling vkCreateShaderModule: %d", result); in initialize()
218 WARN("GPU decompression: error calling vkCreateComputePipelines: %d", result); in initialize()
278 WARN("GPU decompression: error calling vkCreateDescriptorSetLayout: %d", result); in getDescriptorSetLayout()
306 WARN("GPU decompression: error calling vkCreatePipelineLayout for format %s: %d", in getPipelineLayout()
/external/openthread/tests/unit/
Dtest_lowpan.cpp135 * Performs compression or/and decompression based on the given test vector.
137 …* @note Performing decompression and compression on the same LOWPAN_IPHC frame may give different …
297 // Perform compression and decompression tests. in TestFullyCompressableLongAddresses()
322 // Perform compression and decompression tests. in TestFullyCompressableShortAddresses()
347 // Perform compression and decompression tests. in TestFullyCompressableShortLongAddresses()
372 // Perform compression and decompression tests. in TestFullyCompressableLongShortAddresses()
396 // Perform compression and decompression tests. in TestSourceUnspecifiedAddress()
423 // Perform compression and decompression tests. in TestSource128bitDestination128bitAddresses()
449 // Perform compression and decompression tests. in TestSource64bitDestination64bitLongAddresses()
475 // Perform compression and decompression tests. in TestSource64bitDestination64bitShortAddresses()
[all …]
/external/zstd/doc/educational_decoder/
Dzstd_decompress.h21 /******* 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/
Dlz4.132 \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…
132decompression must use the same dictionary to be compatible\. Using a different dictionary during…
225 Delete source files on successful compression or decompression
Dlz4.1.md36 * `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/
DREADME.md6 …-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
193 Advanced decompression arguments :
196 -M# : Set a memory usage limit for decompression
247 matches are found. Decompression speed usually improves when there are many long
[all …]
/external/zstd/contrib/premake/
Dzstd.lua4 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/
Dzstd_zlibwrapper.h64 /*** DECOMPRESSION ***/
69 Forcing zlib decompression with ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB) slightly improves
70 decompression speed of zlib-encoded streams.
74 /* checks zstd decompression type */
77 /* Checks if zstd decompression is used for a given stream.
82 inflate() will return Z_NEED_DICT only for the first time what will improve decompression speed.
/external/libjpeg-turbo/
Djdapimin.c11 * 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
29 * Initialization of a JPEG decompression object.
99 * Destruction of a JPEG decompression object
110 * Abort processing of a JPEG decompression operation,
122 * Set default decompression parameters.
199 /* Set defaults for other decompression parameters. */ in default_decompress_parms()
226 * Decompression startup: read start of JPEG datastream to see what's there.
231 * object. It will also initialize the decompression parameters to default
[all …]
Dlibjpeg.txt36 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/zstd/lib/common/
Dzstd_trace.h74 * 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/lz4/doc/
Dlz4_manual.html17 <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/lz4/
DNEWS10 cli : `--no-crc` does not produce (compression) 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/
DCHANGELOG3 api: new `ZSTD_d_maxBlockSize` experimental parameter, to reduce streaming decompression memory, by…
46 cli: fix decompression into block device using -o, reported by @georgmu (#3583)
58 perf: +20% faster huffman decompression for targets that can't compile x64 assembly (#3449, @terrel…
85 cli: Fix decompression memory usage reported by `-vv --long` (#3042, @u1f35c, and #3232, @zengyijin…
89 api: Support for in-place decompression (#3432, @terrelln)
91 api: Streaming decompression detects incorrect header ID sooner (#3175, @Cyan4973)
158 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263…
159 perf: Reduced stack usage during compression and decompression entropy stage (#2522 #2524, @terrell…
166 bug: Fix UBSAN error in decompression (#2625, @terrelln)
190 contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42)
[all …]
DREADME.md60 offer faster compression and decompression speed
65 Decompression speed is preserved and remains roughly the same at all settings,
75 Compression Speed vs Ratio | Decompression Speed
77 …/CSpeed2.png "Compression Speed vs Ratio") | ![Decompression Speed](doc/images/DSpeed3.png "Decomp…
90 …is stored in a file called "dictionary", which must be loaded before compression and decompression.
96 Compression Ratio | Compression Speed | Decompression Speed
98 …oc/images/dict-cs.png "Compression Speed") | ![Decompression Speed](doc/images/dict-ds.png "Decomp…
101 …on gains are achieved while simultaneously providing _faster_ compression and decompression speeds.
/external/zstd/lib/legacy/
Dzstd_v07.h45 `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.

12345678910>>...33