Home
last modified time | relevance | path

Searched full:coding (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst162 - MPEG-2/4 AAC (Advanced Audio Coding)
1046 - Advanced Coding Efficiency profile
1144 Entropy coding mode for H264 - CABAC/CAVALC. Applicable to the H264
1156 - Use CAVLC entropy coding.
1158 - Use CABAC entropy coding.
1584 Enables H264 hierarchical coding. Applicable to the H264 encoder.
1586 .. _v4l2-mpeg-video-h264-hierarchical-coding-type:
1592 Specifies the hierarchical coding type. Applicable to the H264
1602 - Hierarchical B coding.
1604 - Hierarchical P coding.
[all …]
H A Dbiblio.rst55 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology --- Generic coding of movi…
65 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology --- Generic coding of moving…
124 :title: ITU-T Recommendation H.264 "Advanced Video Coding for Generic Audiovisual Services"
133 :title: ITU-T Rec. H.265 | ISO/IEC 23008-2 "High Efficiency Video Coding"
154 :title: ITU-T Recommendation T.81 "Information Technology --- Digital Compression and Coding of…
H A Dvidioc-g-enc-index.rst109 - Flags containing the coding type of this picture, see
136 - *AND* the flags field with this mask to obtain the picture coding
/linux/Documentation/process/
H A D4.Coding.rst12 This section will examine the coding process. We'll start with a look at a
21 Coding style
24 The kernel has long had a standard coding style, described in
25 :ref:`Documentation/process/coding-style.rst <codingstyle>`. For much of
28 which does not meet the coding style guidelines. The presence of that code
31 The first of these is to believe that the kernel coding standards do not
40 Occasionally, the kernel's coding style will run into conflict with an
47 urgently in need of coding style fixes. Developers may start to generate
50 pure coding style fixes are seen as noise by the development community;
53 on it for other reasons, but coding style changes should not be made for
[all …]
H A Dcoding-style.rst3 Linux kernel coding style
6 This is a short document describing the preferred coding style for the
7 linux kernel. Coding style is very personal, and I won't **force** my
12 First off, I'd suggest printing out a copy of the GNU coding standards,
88 Don't put multiple assignments on a single line either. Kernel coding style
101 Coding style is all about readability and maintainability using commonly
356 translate specification usage of the terminology to the kernel coding
703 This will make emacs go better with the kernel coding style for C
723 and to review full files in order to spot coding style mistakes,
1074 you should use, rather than explicitly coding some variant of them yourself.
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst97 (FEC) on the inner coding block (before Viterbi, LDPC or other inner
117 coding.
174 coding.
182 Measures the amount of bits received after the inner coding, during the
211 correction coding (after Reed-Solomon or other outer code).
223 coding.
/linux/Documentation/dev-tools/
H A Dcheckpatch.rst263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory
468 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting
474 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting
642 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
674 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
682 ("checkpatch/coding-style: deprecate 80-column warning") increased the
686 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
693 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
700 …See: https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-stri…
864 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#macros-enums-and-rtl
[all …]
H A Dclang-format.rst18 - Help you follow the coding style rules, specially useful for those
20 projects with different coding styles.
24 coding style. They also try to follow :ref:`Documentation/process/coding-style.rst <codingstyle>`
46 Review files and patches for coding style
/linux/tools/testing/selftests/futex/
H A DREADME59 Coding Style
61 o The Futex Test project adheres to the coding standards set forth by Linux
62 kernel as defined in the Linux source Documentation/process/coding-style.rst.
/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.h46 /* 6 Mbps (3 Mbps) ERP-OFDM, BPSK coding rate 1/2 */
49 /* 9 Mbps (4.5 Mbps) ERP-OFDM, BPSK coding rate 3/4 */
52 /* 12 Mbps (6 Mbps) ERP-OFDM, QPSK coding rate 1/2 */
55 /* 18 Mbps (9 Mbps) ERP-OFDM, QPSK coding rate 3/4 */
58 /* 24 Mbps (12 Mbps) ERP-OFDM, 16QAM coding rate 1/2 */
61 /* 36 Mbps (18 Mbps) ERP-OFDM, 16QAM coding rate 3/4 */
64 /* 48 Mbps (24 Mbps) ERP-OFDM, 64QAM coding rate 1/2 */
67 /* 54 Mbps (27 Mbps) ERP-OFDM, 64QAM coding rate 3/4 */
70 /* 6.5 Mbps HT-OFDM, BPSK coding rate 1/2 */
73 /* 13 Mbps HT-OFDM, QPSK coding rate 1/2 */
[all …]
/linux/Documentation/driver-api/media/
H A Ddtv-frontend.rst248 the forward error correction (FEC) on the inner coding block
251 - Due to its nature, those statistics depend on full coding lock
257 the forward error correction (FEC) on the inner coding block
262 - Due to its nature, those statistics depend on inner coding lock (e. g.
267 the forward error correction (FEC) on the inner coding block
270 - Due to its nature, those statistics depend on full coding lock
/linux/drivers/scsi/
H A Dimm.h19 * The onus is now on us (the developers) to shut up and start coding.
28 * PS: Took four hours of coding after I bought a drive.
40 * Thirty minutes of further coding results in EPP working on my machine.
/linux/lib/
H A Ddecompress_bunzip2.c60 /* Constants for Huffman coding */
81 /* This is what we know about each Huffman coding group */
107 struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */
205 /* How many different Huffman coding groups does this block use? */ in get_next_block()
210 Huffman coding group. Read in the group selector list, in get_next_block()
230 /* Read the Huffman coding tables for each group, which code in get_next_block()
318 /* Calculate limit[] (the largest symbol-coding value in get_next_block()
348 undo the Huffman coding and run length encoding, saving the in get_next_block()
360 /* Determine which Huffman coding group to use. */ in get_next_block()
/linux/drivers/platform/x86/
H A Dmsi-ec.h61 struct msi_ec_mode modes[5]; // fixed size for easier hard coding
71 struct msi_ec_mode modes[5]; // fixed size for easier hard coding
/linux/Documentation/hwmon/
H A Dsubmitting-patches.rst16 - Documentation/process/coding-style.rst
27 please refrain from explanations such as "I prefer that coding style".
29 and a consistent coding style makes it easier for others to understand
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.h98 /* mimo coding type mask */
100 /* mimo coding type shift */
106 /* mimo bit indicates adv coding in use */
/linux/Documentation/translations/zh_CN/process/
H A D4.Coding.rst3 :Original: :ref:`Documentation/process/4.Coding.rst <development_coding>`
32 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <cn_codingstyle>`
/linux/Documentation/wmi/
H A Ddriver-development-guide.rst181 New WMI drivers are also required to conform to the linux kernel coding style as specified in
182 Documentation/process/coding-style.rst. The checkpatch utility can catch many common coding style
/linux/include/uapi/drm/
H A Ddrm_fourcc.h1323 * "coding unit" blocks which are individually compressed to a
1324 * fixed size (in bytes). All coding units within a given plane of a buffer
1327 * The coding unit size is configurable, allowing different rates of compression.
1330 * depends on the coding unit size.
1332 * Coding Unit Size Plane Alignment
1338 * Coding units are grouped into paging tiles. AFRC buffer dimensions must be aligned
1345 * SCAN 16 coding units 4 coding units
1346 * ROT 8 coding units 8 coding units
1348 * The dimensions of each coding unit depend on the number of components
1352 * Number of Components in Plane Layout Coding Unit Width Coding Unit Height
[all …]
/linux/Documentation/translations/zh_TW/process/
H A D4.Coding.rst5 :Original: :ref:`Documentation/process/4.Coding.rst <development_coding>`
35 :ref:`Documentation/translations/zh_CN/process/coding-style.rst <tw_codingstyle>`
/linux/Documentation/sphinx/
H A Dkernel_abi.py1 # -*- coding: utf-8; mode: python -*-
2 # coding=utf-8
/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches178 ていないかをチェックして下さい。その詳細を Documentation/process/coding-style.rst で
639 1) Documentation/process/coding-style.rstを参照
735 Kernel Documentation/process/coding-style.rst:
736 <http://users.sosdg.org/~qiyong/lxr/source/Documentation/process/coding-style.rst>
/linux/Documentation/
H A DCodingStyle1 This file has moved to process/coding-style.rst
H A Ddocutils.conf1 # -*- coding: utf-8 mode: conf-colon -*-
/linux/Documentation/devicetree/bindings/
H A Dindex.rst7 dts-coding-style

12345678910>>...13