| /OK3568_Linux_fs/kernel/usr/ |
| H A D | Kconfig | 119 decompression speed. Compression speed is only relevant 120 when building a kernel. Decompression speed is relevant at 121 each boot. Also the memory usage during decompression may become 141 a good balance between compression ratio and decompression speed and 150 It's compression ratio and speed is intermediate. Decompression speed 165 Decompression speed is between the other choices. Compression is 178 30% smaller with XZ in comparison to gzip. Decompression speed is 191 decompression speed is the second fastest and it's compression speed 202 size is about 15% bigger than gzip; however its decompression speed 213 with fast decompression speed. It will compress better than GZIP and
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/ |
| H A D | zip_inflate.c | 62 /* Decompression History Gather list - no gather list */ in prepare_inflate_zcmd() 64 /* For decompression, CE must be 0x0. */ in prepare_inflate_zcmd() 66 /* For decompression, SS must be 0x0. */ in prepare_inflate_zcmd() 68 /* For decompression, SF should always be set. */ in prepare_inflate_zcmd() 78 /* 0: for Deflate decompression, 3: for LZS decompression */ in prepare_inflate_zcmd() 88 * History data is added to a decompression operation via IWORD3. in prepare_inflate_zcmd() 143 /* Decompression requests submitted stats update */ in zip_inflate() 149 /* Decompression requests completed stats update */ in zip_inflate()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | decompress.c | 3 * Wrapper around the kernel's pre-boot decompression library. 41 /* globals for tracking the state of the decompression */ 60 * if we hit our decompression limit, we need to fake an error to abort in flush() 61 * the in-progress decompression. in flush() 96 printf("Decompression error: '%s'\n\r", s); in print_err() 137 * If decompression was aborted due to an actual error rather than in partial_decompress()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zstd.h | 30 * compression and decompression functions. The library supports compression 133 * compression, and more memory needed during decompression. 139 * @searchLength: Match length searched. Larger means faster decompression, 268 * struct ZSTD_DCtx - the zstd decompression context 271 * once and reuse it for each successive decompression operation. 275 * ZSTD_initDCtx() - initialize a zstd decompression context 281 * Return: A decompression context emplaced into workspace. 287 * @ctx: The decompression context. 320 * during decompression. 331 * @ctx: The decompression context. [all …]
|
| H A D | ppp-comp.h | 30 * Structure giving methods for compression/decompression. 77 /* Return decompression statistics */ 93 * of an error detected after decompression. This is to avoid infringing
|
| H A D | zlib.h | 54 decompression functions, including integrity checks of the uncompressed 157 /* Return codes for the compression/decompression functions. Negative 261 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 325 Initializes the internal stream state for decompression. The fields 337 message. inflateInit does not perform any decompression apart from reading 394 error. However if all decompression is to be performed in a single step 400 be inflateEnd to deallocate the decompression state. The use of Z_FINISH 556 any decompression apart from reading the zlib header if present: this will 564 but does not free and reallocate all the internal decompression state.
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | Kconfig | 211 bool "Enable LZ4 decompression support" 216 trades lower compression ratios for much faster decompression. 225 bool "Enable LZMA decompression support" 229 ratio and fairly fast decompression speed. See also 233 bool "Enable LZMA decompression support in SPL" 238 ratio and fairly fast decompression speed. See also 241 bool "Enable LZO decompression support" 246 bool "Enable LZO decompression support in SPL" 251 bool "Enable gzip decompression support for SPL build"
|
| H A D | lz4_wrapper.c | 73 { /* With in-place decompression the header may become invalid later. */ in ulz4fn() 106 ret = 0; /* decompression successful */ in ulz4fn() 124 ret = -EPROTO; /* decompression error */ in ulz4fn()
|
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | lzma.txt | 9 compression ratio and very fast decompression. 13 keeping high decompression speed and low memory requirements for 92 Compress - files related to compression/decompression 102 LzmaCon - lzma.exe: LZMA compression/decompression 117 Compress - files related to compression/decompression 119 LZMA - LZMA compression/decompression 120 LzmaAlone - file->file LZMA compression/decompression 121 RangeCoder - Range Coder (special code of compression/decompression) 125 Compression - files related to compression/decompression 127 LZMA - LZMA compression/decompression [all …]
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs_lzjb.c | 39 * Decompression Entry - lzjb 62 printf("lzjb decompression failed\n"); in lzjb_decompress() 71 printf("lzjb decompression failed\n"); in lzjb_decompress() 81 printf("lzjb decompression failed\n"); in lzjb_decompress()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress_unzstd.c | 4 * Important notes about in-place decompression 14 * The worst case for in-place decompression is that the beginning of 63 * used for kernel decompression, instead of unzstd(). 86 * Pick a larger size because it isn't used during kernel decompression, 88 * zstd's window anyway. The larger size speeds up initramfs decompression. 182 * ZSTD decompression code won't be happy if the buffer size is so big in __unzstd() 276 * Decompression loop: in __unzstd() 278 * Call the decompression function, which returns 0 when finished. in __unzstd()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/ |
| H A D | iss_csi2.c | 112 * - 2 decompression options (on, off) 122 /* No DPCM decompression */ 124 /* DPCM decompression */ 129 /* No DPCM decompression */ 131 /* DPCM decompression */ 139 /* No DPCM decompression */ 141 /* DPCM decompression */ 146 /* No DPCM decompression */ 148 /* DPCM decompression */ 156 /* No DPCM decompression */ [all …]
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | Kconfig | 30 prompt "File decompression options" 62 decompression. Each one exhibits various trade-offs between 63 decompression performance and CPU and memory usage. 70 Traditionally Squashfs has used single-threaded decompression. 97 decompression is load-balanced across the cores.
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-842.c | 24 * This driver will fall back to software decompression if the hardware 25 * decompression fails, so this driver's decompression should never fail as 30 * decompression library. Instead, users must use this driver to decompress; 33 * software decompression library. 39 * creates can be passed to this driver for hardware decompression; any 45 * decompression, the hardware will reject it and this driver will then pass 46 * it over to the software library for decompression. 411 pr_info_ratelimited("using software 842 decompression\n"); in decompress()
|
| H A D | nx-842.h | 121 * for both compression and decompression, except for the minimum which 122 * only applies to compression input and decompression output; the 156 __be32 uncompressed_length; /* bytes after decompression */
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | ispcsi2.c | 93 * - 2 decompression options (on, off) 104 /* No DPCM decompression */ 106 /* DPCM decompression */ 111 /* No DPCM decompression */ 114 /* DPCM decompression */ 122 /* No DPCM decompression */ 124 /* DPCM decompression */ 130 /* No DPCM decompression */ 133 /* DPCM decompression */ 142 /* No DPCM decompression */ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/jpeg/ |
| H A D | libjpeg-turbo_2.1.5.1.bb | 1 SUMMARY = "Hardware accelerated JPEG compression/decompression library" 2 …uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression" 56 …access libjpeg functionality. These tools allow for the compression, decompression, transformatio…
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | Makefile | 6 # This is only the decompression, see zlib_deflate for the 9 # Decompression needs to be serialized for each memory
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pwc/ |
| H A D | pwc-dec1.c | 3 Decompression for chipset version 1 9 The decompression routines have been implemented by reverse-engineering the
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/snappy/ |
| H A D | snappy_1.1.9.bb | 5 SUMMARY = "A compression/decompression library" 6 DESCRIPTION = "Snappy is a fast data compression and decompression library \
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 317 * regions that are unsafe to overlap with during decompression, and other 327 * during decompression (MEM_AVOID_ZO_RANGE below). This range must cover 331 * ZO's full run size sits against the end of the decompression buffer, so 335 * For additional background, the decompression calculations can be found 369 * written to during decompression. 372 * range of the copied ZO and decompression code. (i.e. the range 377 * because it contains the data used for decompression. 381 * performs the decompression. 396 * decompression. in mem_avoid_init()
|
| /OK3568_Linux_fs/buildroot/package/bmap-tools/ |
| H A D | Config.in | 21 - BR2_PACKAGE_PIGZ for optimized gzip decompression 41 python-gpgme is not available. Optimized bzip2 decompression
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/ |
| H A D | libjpeg-turbo-README.md | 5 NEON, AltiVec) to accelerate baseline JPEG compression and decompression on 22 of making high-speed JPEG compression/decompression technology available to a 84 (decompression) to one of these values will cause libjpeg-turbo to read the 98 When using the RGBX, BGRX, XBGR, and XRGB colorspaces during decompression, the 119 compression and decompression structures. Unfortunately, due to the exposed 327 has restart markers. This can cause the decompression performance to drop by
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/ |
| H A D | libjpeg-turbo-README.md | 5 NEON, AltiVec) to accelerate baseline JPEG compression and decompression on 22 of making high-speed JPEG compression/decompression technology available to a 84 (decompression) to one of these values will cause libjpeg-turbo to read the 98 When using the RGBX, BGRX, XBGR, and XRGB colorspaces during decompression, the 119 compression and decompression structures. Unfortunately, due to the exposed 327 has restart markers. This can cause the decompression performance to drop by
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/ |
| H A D | libjpeg-turbo-README.md | 5 NEON, AltiVec) to accelerate baseline JPEG compression and decompression on 22 of making high-speed JPEG compression/decompression technology available to a 84 (decompression) to one of these values will cause libjpeg-turbo to read the 98 When using the RGBX, BGRX, XBGR, and XRGB colorspaces during decompression, the 119 compression and decompression structures. Unfortunately, due to the exposed 327 has restart markers. This can cause the decompression performance to drop by
|