Home
last modified time | relevance | path

Searched refs:compression (Results 1 – 25 of 176) sorted by relevance

12345678

/kernel/linux/linux-5.10/net/6lowpan/
DKconfig22 Support for next header and generic header compression defined in
31 6LoWPAN IPv6 Destination Options Header compression according to
38 6LoWPAN IPv6 Fragment Header compression according to RFC6282.
44 6LoWPAN IPv6 Hop-by-Hop Options Header compression according to
51 6LoWPAN IPv6 Header compression according to RFC6282.
57 6LoWPAN IPv6 Mobility Header compression according to RFC6282.
63 6LoWPAN IPv6 Routing Header compression according to RFC6282.
69 6LoWPAN IPv6 UDP Header compression according to RFC6282.
74 6LoWPAN IPv6 Hop-by-Hop option generic header compression according
80 6LoWPAN IPv6 UDP generic header compression according to RFC7400.
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/pwc/
Dpwc-ctrl.c142 int frames, int *compression, int send_to_cam) in set_video_mode_Nala() argument
210 *compression = 3; in set_video_mode_Nala()
217 int frames, int *compression, int send_to_cam) in set_video_mode_Timon() argument
222 if (size >= PSZ_MAX || *compression < 0 || *compression > 3) in set_video_mode_Timon()
234 pChoose = &Timon_table[size][fps][*compression]; in set_video_mode_Timon()
237 (*compression)++; in set_video_mode_Timon()
238 } while (*compression <= 3); in set_video_mode_Timon()
268 int frames, int *compression, int send_to_cam) in set_video_mode_Kiara() argument
273 if (size >= PSZ_MAX || *compression < 0 || *compression > 3) in set_video_mode_Kiara()
285 pChoose = &Kiara_table[size][fps][*compression]; in set_video_mode_Kiara()
[all …]
Dpwc-if.c407 int compression = 0; /* 0..3 = uncompressed..high */ in pwc_isoc_init() local
420 pdev->vframes, &compression, 1); in pwc_isoc_init()
446 if (ret == -ENOSPC && compression < 3) { in pwc_isoc_init()
447 compression++; in pwc_isoc_init()
489 if (ret == -ENOSPC && compression < 3) { in pwc_isoc_init()
490 compression++; in pwc_isoc_init()
781 int compression = 0; in usb_pwc_probe() local
1103 V4L2_PIX_FMT_YUV420, 30, &compression, 1); in usb_pwc_probe()
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dwrapper45 compression=.gz
141 compression=.gz
149 compression=".$1"
152 if [ $compression = ".none" ]; then
153 compression=
163 compression=
279 compression=
310 compression=
374 if [ -z "$cacheit" -o ! -f "$vmz$compression" -o "$vmz$compression" -ot "$kernel" ]; then
376 case $compression in
[all …]
/kernel/linux/linux-5.10/fs/squashfs/
DKconfig8 filesystem for Linux. It uses zlib, lzo or xz compression to
65 If in doubt, select "Single threaded compression"
68 bool "Single threaded compression"
117 ZLIB compression is the standard compression used by Squashfs
118 file systems. It offers a good trade-off between compression
130 compressed with LZ4 compression. LZ4 compression is mainly
134 LZ4 is not the standard compression used in Squashfs and so most
145 compressed with LZO compression. LZO compression is mainly
149 LZO is not the standard compression used in Squashfs and so most
160 compressed with XZ compression. XZ gives better compression than
[all …]
/kernel/linux/linux-5.10/fs/jffs2/
DKconfig9 levelling, compression and support for hard links. You cannot use
101 bool "Advanced compression options for JFFS2"
106 compression modules, if any, are enabled in JFFS2. Removing
114 bool "JFFS2 ZLIB compression support" if JFFS2_COMPRESSION_OPTIONS
121 lossless data-compression library for use on virtually any computer
128 bool "JFFS2 LZO compression support" if JFFS2_COMPRESSION_OPTIONS
134 minilzo-based compression. Generally works better than Zlib.
140 bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS
147 bool "JFFS2 RUBIN compression support" if JFFS2_COMPRESSION_OPTIONS
154 prompt "JFFS2 default compression mode" if JFFS2_COMPRESSION_OPTIONS
[all …]
/kernel/linux/linux-5.10/fs/pstore/
DKconfig18 tristate "DEFLATE (ZLIB) compression"
23 This option enables DEFLATE (also known as ZLIB) compression
27 tristate "LZO compression"
31 This option enables LZO compression algorithm support.
34 tristate "LZ4 compression"
38 This option enables LZ4 compression algorithm support.
41 tristate "LZ4HC compression"
45 This option enables LZ4HC (high compression) mode algorithm.
48 bool "842 compression"
52 This option enables 842 compression algorithm support.
[all …]
/kernel/linux/linux-5.10/drivers/crypto/qat/
DKconfig22 for accelerating crypto and compression workloads.
33 for accelerating crypto and compression workloads.
44 for accelerating crypto and compression workloads.
57 Virtual Function for accelerating crypto and compression workloads.
69 Virtual Function for accelerating crypto and compression workloads.
81 Virtual Function for accelerating crypto and compression workloads.
/kernel/linux/linux-5.10/usr/
DKconfig113 prompt "Built-in initramfs compression mode"
117 initramfs will be compressed. Several compression algorithms are
118 available, which differ in efficiency, compression and
126 High compression options are mostly useful for users who are
131 compression tool to compress the generated initram cpio file for
140 Use the old and well tested gzip compression algorithm. Gzip provides
141 a good balance between compression ratio and decompression speed and
142 has a reasonable compression speed. It is also more likely to be
150 It's compression ratio and speed is intermediate. Decompression speed
163 This algorithm's compression ratio is best but has a large dictionary
[all …]
/kernel/linux/linux-5.10/Documentation/staging/
Dxz.rst2 XZ data compression in Linux
8 XZ is a general purpose data compression format with high compression
9 ratio and relatively fast decompression. The primary compression
11 compression ratio even further. E.g. Branch/Call/Jump (BCJ) filters
12 improve compression ratio of executable data.
21 For userspace, XZ Utils provide a zlib-like compression library
45 from XZ Utils. The wrapper sets compression options to values suitable
56 Notes on compression options
87 use a big dictionary: for maximum compression, the dictionary should
/kernel/linux/linux-5.10/fs/f2fs/
DKconfig98 bool "F2FS compression feature"
101 Enable filesystem-level compression on f2fs regular files,
102 multiple back-end compression algorithms are supported.
105 bool "LZO compression support"
114 bool "LZ4 compression support"
123 bool "ZSTD compression support"
132 bool "LZO-RLE compression support"
/kernel/linux/linux-5.10/drivers/net/ppp/
DKconfig39 tristate "PPP BSD-Compress compression"
42 Support for the BSD-Compress compression method for PPP, which uses
43 the LZW compression method to compress each PPP packet before it is
45 (usually your ISP) has to support the BSD-Compress compression
49 The PPP Deflate compression method ("PPP Deflate compression",
53 Note that the BSD compression code will always be compiled as a
58 tristate "PPP Deflate compression"
63 Support for the Deflate compression method for PPP, which uses the
67 Deflate compression method as well for this to be useful. Even if
86 tristate "PPP MPPE compression (encryption)"
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/
Dzram.rst10 in memory itself. These disks allow very fast I/O and compression provides
74 2) Set max number of compression streams
78 allocate multiple compression streams - one per online CPU - thus
79 allowing several concurrent compression operations. The number of
80 allocated compression streams goes down when some of the CPUs
81 become offline. There is no single-compression-stream mode anymore,
88 3) Select compression algorithm
92 currently selected (shown in square brackets) compression algorithms,
93 or change the selected compression algorithm (once the device is initialised
94 there is no way to change compression algorithm).
[all …]
/kernel/linux/linux-5.10/arch/mips/generic/
Dboard-ocelot.its.S9 compression = "none"; define
20 compression = "none"; define
Dboard-ni169445.its.S8 compression = "none"; define
/kernel/linux/linux-5.10/fs/ubifs/
DKconfig23 bool "Advanced compression options"
32 bool "LZO compression support" if UBIFS_FS_ADVANCED_COMPR
39 bool "ZLIB compression support" if UBIFS_FS_ADVANCED_COMPR
45 bool "ZSTD compression support" if UBIFS_FS_ADVANCED_COMPR
50 in compression ratio over LZO. Say 'Y' if unsure.
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dphilips.rst95 compression (only useful with the plugin)
96 With this option you can control the compression factor that the camera
102 compression.
103 1 = low compression.
104 2 = medium compression.
105 3 = high compression.
107 High compression takes less bandwidth of course, but it could also
108 introduce some unwanted artefacts. The default is 2, medium compression.
110 compression.
112 The compression parameter does not apply to the 645 and 646 cameras
[all …]
Dcpia2.rst36 - Some compression parameters are settable.
95 frame rate achieved by the camera. If the compression engine is able to
99 The compression engine starts out at maximum compression, and will
101 as the compression engine can keep up with the frame rate, after a short time
104 At low alternate settings, the compression engine may not be able to
/kernel/linux/linux-5.10/Documentation/vm/
Dz3fold.rst9 It is a zbud derivative which allows for higher compression
22 compression ratio goes to around 2.7x while zbud's one is around 1.7x.
28 Keeping effective compression ratio close to zsmalloc's, z3fold doesn't
/kernel/linux/linux-5.10/drivers/crypto/nx/
DKconfig21 Support for PowerPC Nest (NX) compression acceleration. This
34 Support for PowerPC Nest (NX) compression acceleration. This
45 Support for PowerPC Nest (NX) compression acceleration. This
/kernel/linux/linux-5.10/fs/erofs/
DKconfig14 It also provides fixed-sized output compression support,
16 compression ratios, which is more useful to achieve high
75 Enable fixed-sized output compression for EROFS.
77 If you don't want to enable compression feature, say N.
/kernel/linux/linux-5.10/Documentation/networking/
Dipsec.rst29 Small IP datagrams are likely to expand as a result of compression.
30 Therefore, a numeric threshold should be applied before compression,
32 original form without attempting compression. The numeric threshold
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-fm-tx.rst11 parameters for audio compression, pilot tone generation, audio deviation
114 Enables or disables the audio compression feature. This feature
120 Sets the gain for audio compression feature. It is a dB value. The
124 Sets the threshold level for audio compression freature. It is a dB
128 Sets the attack time for audio compression feature. It is a useconds
132 Sets the release time for audio compression feature. It is a
/kernel/linux/linux-5.10/Documentation/filesystems/
Derofs.rst23 by using reduced metadata and transparent file compression, especially
53 - Support transparent file compression as an option:
54 LZ4 algorithm with 4 KB fixed-sized output compression for high performance.
160 1 fixed-sized output data compression (with non-compacted indexes);
162 3 fixed-sized output data compression (with compacted indexes, v5.3+).
216 Currently, EROFS supports 4KB fixed-sized output transparent file compression,
Dsquashfs.rst9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
36 Metadata compression yes no
76 | compression |
108 Compressors can optionally support compression specific options (e.g.
109 dictionary size). If non-default compression options have been used, then
126 To maximise compression there are different inodes for each file type
130 To further maximise compression, two types of regular file inode and
256 are packed together into blocks (to gain greater compression) the read of a

12345678