Home
last modified time | relevance | path

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

12345678910>>...77

/aosp_15_r20/external/arm-trusted-firmware/plat/renesas/common/include/registers/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_lowpan.cpp138 * Performs compression or/and decompression based on the given test vector.
140 …* @note Performing decompression and compression on the same LOWPAN_IPHC frame may give different …
300 // Perform compression and decompression tests. in TestFullyCompressableLongAddresses()
325 // Perform compression and decompression tests. in TestFullyCompressableShortAddresses()
350 // Perform compression and decompression tests. in TestFullyCompressableShortLongAddresses()
375 // Perform compression and decompression tests. in TestFullyCompressableLongShortAddresses()
399 // Perform compression and decompression tests. in TestSourceUnspecifiedAddress()
426 // Perform compression and decompression tests. in TestSource128bitDestination128bitAddresses()
452 // Perform compression and decompression tests. in TestSource64bitDestination64bitLongAddresses()
478 // Perform compression and decompression tests. in TestSource64bitDestination64bitShortAddresses()
[all …]
/aosp_15_r20/external/libjpeg-turbo/
H A 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 …]
/aosp_15_r20/external/bzip2/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/zstd/
H A 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 …]
/aosp_15_r20/external/lz4/doc/
H A 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.
184 the receiving decompression function should provide
274 The same dictionary will have to be loaded on decompression side for successful decoding.
320 Note: there is no equivalent LZ4_attach_*() method on the decompression side
324 or the stateless LZ4_decompress_safe_usingDict() for one-shot decompression.
362 <a name="Chapter7"></a><h2>Streaming Decompression Functions</h2><pre> Bufferless synchronous API
371 </b><p> creation / destruction of streaming decompression tracking context.
378 Use this function to start decompression of a new stream of blocks.
[all …]
/aosp_15_r20/external/zstd/programs/
H A 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 …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
224 * the receiving decompression function should provide
304 * The same dictionary will have to be loaded on decompression side for successful decoding.
349 * Streaming Decompression Functions
355 * creation / destruction of streaming decompression tracking context.
363 * Use this function to start decompression of a new stream of blocks.
365 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
375 * When setting such a ring buffer for streaming decompression,
385 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
224 * the receiving decompression function should provide
304 * The same dictionary will have to be loaded on decompression side for successful decoding.
349 * Streaming Decompression Functions
355 * creation / destruction of streaming decompression tracking context.
363 * Use this function to start decompression of a new stream of blocks.
365 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
375 * When setting such a ring buffer for streaming decompression,
385 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
224 * the receiving decompression function should provide
304 * The same dictionary will have to be loaded on decompression side for successful decoding.
349 * Streaming Decompression Functions
355 * creation / destruction of streaming decompression tracking context.
363 * Use this function to start decompression of a new stream of blocks.
365 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
375 * When setting such a ring buffer for streaming decompression,
385 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
224 * the receiving decompression function should provide
304 * The same dictionary will have to be loaded on decompression side for successful decoding.
349 * Streaming Decompression Functions
355 * creation / destruction of streaming decompression tracking context.
363 * Use this function to start decompression of a new stream of blocks.
365 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
375 * When setting such a ring buffer for streaming decompression,
385 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
[all …]
/aosp_15_r20/external/lz4/lib/
H A Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
268 * the receiving decompression function should provide
364 * The same dictionary will have to be loaded on decompression side for successful decoding.
408 * Note: there is no equivalent LZ4_attach_*() method on the decompression side
412 * or the stateless LZ4_decompress_safe_usingDict() for one-shot decompression.
454 * Streaming Decompression Functions
460 * creation / destruction of streaming decompression tracking context.
472 * Use this function to start decompression of a new stream of blocks.
474 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
[all …]
/aosp_15_r20/hardware/google/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 …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
265 * the receiving decompression function should provide
362 * The same dictionary will have to be loaded on decompression side for successful decoding.
407 * Streaming Decompression Functions
413 * creation / destruction of streaming decompression tracking context.
425 * Use this function to start decompression of a new stream of blocks.
427 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
437 * When setting such a ring buffer for streaming decompression,
447 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
282 * The same dictionary will have to be loaded on decompression side for successful decoding.
327 * Streaming Decompression Functions
333 * creation / destruction of streaming decompression tracking context.
341 * Use this function to start decompression of a new stream of blocks.
343 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
353 * When setting such a ring buffer for streaming decompression,
363 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
364 * A block is an unsplittable entity, it must be presented entirely to a decompression function.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
282 * The same dictionary will have to be loaded on decompression side for successful decoding.
327 * Streaming Decompression Functions
333 * creation / destruction of streaming decompression tracking context.
341 * Use this function to start decompression of a new stream of blocks.
343 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
353 * When setting such a ring buffer for streaming decompression,
363 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
364 * A block is an unsplittable entity, it must be presented entirely to a decompression function.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
282 * The same dictionary will have to be loaded on decompression side for successful decoding.
327 * Streaming Decompression Functions
333 * creation / destruction of streaming decompression tracking context.
341 * Use this function to start decompression of a new stream of blocks.
343 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
353 * When setting such a ring buffer for streaming decompression,
363 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
364 * A block is an unsplittable entity, it must be presented entirely to a decompression function.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
282 * The same dictionary will have to be loaded on decompression side for successful decoding.
327 * Streaming Decompression Functions
333 * creation / destruction of streaming decompression tracking context.
341 * Use this function to start decompression of a new stream of blocks.
343 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
353 * When setting such a ring buffer for streaming decompression,
363 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
364 * A block is an unsplittable entity, it must be presented entirely to a decompression function.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
282 * The same dictionary will have to be loaded on decompression side for successful decoding.
327 * Streaming Decompression Functions
333 * creation / destruction of streaming decompression tracking context.
341 * Use this function to start decompression of a new stream of blocks.
343 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
353 * When setting such a ring buffer for streaming decompression,
363 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
364 * A block is an unsplittable entity, it must be presented entirely to a decompression function.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
282 * The same dictionary will have to be loaded on decompression side for successful decoding.
327 * Streaming Decompression Functions
333 * creation / destruction of streaming decompression tracking context.
341 * Use this function to start decompression of a new stream of blocks.
343 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
353 * When setting such a ring buffer for streaming decompression,
363 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
364 * A block is an unsplittable entity, it must be presented entirely to a decompression function.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
282 * The same dictionary will have to be loaded on decompression side for successful decoding.
327 * Streaming Decompression Functions
333 * creation / destruction of streaming decompression tracking context.
341 * Use this function to start decompression of a new stream of blocks.
343 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
353 * When setting such a ring buffer for streaming decompression,
363 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
364 * A block is an unsplittable entity, it must be presented entirely to a decompression function.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
265 * the receiving decompression function should provide
362 * The same dictionary will have to be loaded on decompression side for successful decoding.
407 * Streaming Decompression Functions
413 * creation / destruction of streaming decompression tracking context.
425 * Use this function to start decompression of a new stream of blocks.
427 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
437 * When setting such a ring buffer for streaming decompression,
447 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/lz4/lib/
Dlz4.h53 The LZ4 compression library provides in-memory compression and decompression functions.
62 Exact metadata depends on exact decompression function.
265 * the receiving decompression function should provide
362 * The same dictionary will have to be loaded on decompression side for successful decoding.
407 * Streaming Decompression Functions
413 * creation / destruction of streaming decompression tracking context.
425 * Use this function to start decompression of a new stream of blocks.
427 …Dictionary is presumed stable : it must remain accessible and unmodified during next decompression.
437 * When setting such a ring buffer for streaming decompression,
447 * These decoding functions allow decompression of consecutive blocks in "streaming" mode.
[all …]

12345678910>>...77