Home
last modified time | relevance | path

Searched refs:coding (Results 1 – 25 of 1077) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_av1.cpp132 debug_printf("coding.use_128x128_superblock = %d\n", pPicParams->coding.use_128x128_superblock); in d3d12_video_decoder_log_pic_params_av1()
133 debug_printf("coding.intra_edge_filter = %d\n", pPicParams->coding.intra_edge_filter); in d3d12_video_decoder_log_pic_params_av1()
134 debug_printf("coding.interintra_compound = %d\n", pPicParams->coding.interintra_compound); in d3d12_video_decoder_log_pic_params_av1()
135 debug_printf("coding.masked_compound = %d\n", pPicParams->coding.masked_compound); in d3d12_video_decoder_log_pic_params_av1()
136 debug_printf("coding.warped_motion = %d\n", pPicParams->coding.warped_motion); in d3d12_video_decoder_log_pic_params_av1()
137 debug_printf("coding.dual_filter = %d\n", pPicParams->coding.dual_filter); in d3d12_video_decoder_log_pic_params_av1()
138 debug_printf("coding.jnt_comp = %d\n", pPicParams->coding.jnt_comp); in d3d12_video_decoder_log_pic_params_av1()
139 debug_printf("coding.screen_content_tools = %d\n", pPicParams->coding.screen_content_tools); in d3d12_video_decoder_log_pic_params_av1()
140 debug_printf("coding.integer_mv = %d\n", pPicParams->coding.integer_mv); in d3d12_video_decoder_log_pic_params_av1()
141 debug_printf("coding.cdef = %d\n", pPicParams->coding.cdef); in d3d12_video_decoder_log_pic_params_av1()
[all …]
/aosp_15_r20/external/webrtc/modules/video_coding/g3doc/
H A Dindex.md4 # Video coding in WebRTC
6 ## Introduction to layered video coding
8 [Video coding][video-coding-wiki] is the process of encoding a stream of
12 ### Block-based hybrid video coding argument
14 All video codecs in WebRTC are based on the block-based hybrid video coding
19 [transform][transform-coding-wiki] and [quantization][quantization-wiki] of the
21 transform coefficients, is losslessly [entropy coded][entropy-coding-wiki] along
39 ### Single-layer coding argument
45 using "single-layer coding", where each delta frame only depends on the frame
48 ### Scalable video coding argument
[all …]
/aosp_15_r20/external/libxaac/
H A DREADME.md3coding and ensures consistent high-quality audio for all signal types, including speech, music, an…
9coding delay while maintaining high audio quality. It was observed that minimum delay it can achie…
11 …high-quality audio coding at low bit rates. MPEG-D USAC combines advanced audio coding techniques …
13 …h support for AAC-LD, AAC-ELD, and AAC-ELDv2 modes, is a versatile audio coding technology that ca…
/aosp_15_r20/external/libcups/cups/
H A Dhttp.c649 if (http->coding) in httpFlush()
1656 if (http->coding >= _HTTP_CODING_GUNZIP) in httpPeek()
1684 (http->coding == _HTTP_CODING_IDENTITY || in httpPeek()
1685 (http->coding >= _HTTP_CODING_GUNZIP && ((z_stream *)http->stream)->avail_in == 0))) in httpPeek()
1728 if (http->coding >= _HTTP_CODING_GUNZIP) in httpPeek()
1943 …ng=" CUPS_LLFMT, (void *)http, (void *)buffer, CUPS_LLCAST length, http->coding, http->data_encodi… in httpRead2()
1958 if (http->coding >= _HTTP_CODING_GUNZIP) in httpRead2()
2107 (http->coding == _HTTP_CODING_IDENTITY || in httpRead2()
2108 (http->coding >= _HTTP_CODING_GUNZIP && ((z_stream *)http->stream)->avail_in == 0)) && in httpRead2()
2115 if (http->coding >= _HTTP_CODING_GUNZIP) in httpRead2()
[all …]
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/medical/
DDisplayNameExtractor.kt104 val coding = codingArray.getJSONObject(i) in <lambda>() constant
105 if (coding.optString(SYSTEM) == codingSystem) { in <lambda>()
106 return coding.optString(DISPLAY) in <lambda>()
145 val coding = codingArray.getJSONObject(i) in <lambda>() constant
146 if (coding.optString(SYSTEM) == SNOMED_SYSTEM) { in <lambda>()
147 return coding.optString(DISPLAY) in <lambda>()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A DBUILD60 name = "coding",
61 hdrs = ["coding.h"],
63 "//tensorflow/core/platform:coding",
158 "coding.h",
189 "coding.h",
271 "coding.h",
/aosp_15_r20/external/libaom/doc/
H A DAlgorithmDescription.md4 This document describes technical aspects of coding tools included in
6 codec. Instead, it summarizes the highlighted features of coding tools for new
26 - [Motion vector coding](#Motion-vector-coding)
41 - [Screen content coding](#Screen-content-coding)
51 LCU: Largest coding unit\
61 The largest coding block unit (LCU) applied in this codec is 128×128. In
66 alt="Partition" width="360" /> <figcaption>Figure 1: Supported coding block
83 For both intra and inter coded blocks, the coding block can be further
104 ranging from 4×4 to 64×64. If the coding block is smaller than or equal to
106 chroma blocks, the transform block size is identical to the coding block size.
[all …]
/aosp_15_r20/external/kmod/
H A DCODING-STYLE1 Every project has its coding style, and kmod is not an exception. This
2 document describes the preferred coding style for kmod code, in order to keep
8 First of all, kmod coding style must follow every rule for Linux kernel
18 Besides the kernel coding style above, kmod coding style is heavily based on
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A DBUILD37 "//tensorflow/core/lib/core:coding",
74 "//tensorflow/core/lib/core:coding",
122 "//tensorflow/core/lib/core:coding",
154 "//tensorflow/core/lib/core:coding",
175 "//tensorflow/core/lib/core:coding",
216 "//tensorflow/core/platform:coding",
237 "//tensorflow/core/lib/core:coding",
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharset-X-Coder.java.template52 * <i>$coding$ operation</i>:
76 * when $a$ $coding$ error has occurred. In each case a {@link CoderResult}
79 * attempt to recover from $a$ $coding$ error, as appropriate, and try again.
83 * <p> There are two general types of $coding$ errors. If the input $itype$
90 * <p> How $a$ $coding$ error is handled depends upon the action requested for
117 * <p> This class is designed to handle many of the details of the $coding$
121 * encapsulates the basic $coding$ loop. A subclass that maintains internal
525 * <a href="#steps">$coding$ operation</a>. Otherwise this method
558 * In any case, if this method is to be reinvoked in the same $coding$
592 * If $a$ $coding$ operation is already in progress and the previous
[all …]
/aosp_15_r20/external/webrtc/modules/audio_coding/g3doc/
H A Dindex.md6 WebRTC audio coding module can handle both audio sending and receiving. Folder
10 of data, are provided to the audio coding module through
11 [`Add10MsData()`][Add10MsData]. The audio coding module uses a provided
20 * Audio Receiving Audio packets are provided to the audio coding module
/aosp_15_r20/external/libxml2/result/noent/
H A Dintsubset2.xml.sax258 The character itself in UTF8 coding.
72 The cp_type attribute states the coding standard applying to the
74 jis208 - JIS X 0208-1997 - kuten coding (nn-nn)
75 jis212 - JIS X 0212-1990 - kuten coding (nn-nn)
76 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn)
77 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits)
118 jis208 - in JIS X 0208 - kuten coding
119 jis212 - in JIS X 0212 - kuten coding
120 jis213 - in JIS X 0213 - kuten coding
/aosp_15_r20/external/libxml2/result/
H A Dintsubset2.xml.sax58 The character itself in UTF8 coding.
72 The cp_type attribute states the coding standard applying to the
74 jis208 - JIS X 0208-1997 - kuten coding (nn-nn)
75 jis212 - JIS X 0212-1990 - kuten coding (nn-nn)
76 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn)
77 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits)
118 jis208 - in JIS X 0208 - kuten coding
119 jis212 - in JIS X 0212 - kuten coding
120 jis213 - in JIS X 0213 - kuten coding
H A Dintsubset2.xml.sax258 The character itself in UTF8 coding.
72 The cp_type attribute states the coding standard applying to the
74 jis208 - JIS X 0208-1997 - kuten coding (nn-nn)
75 jis212 - JIS X 0212-1990 - kuten coding (nn-nn)
76 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn)
77 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits)
118 jis208 - in JIS X 0208 - kuten coding
119 jis212 - in JIS X 0212 - kuten coding
120 jis213 - in JIS X 0213 - kuten coding
/aosp_15_r20/external/ltp/doc/old/
H A DMaintainer-Patch-Review-Checklist.asciidoc125 * Check coding style with `make check`
126 …//github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#21-c-coding-style[C coding style])
133 * Check coding style with `make check`
134 …com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#132-shell-coding-style[Shell coding style])
/aosp_15_r20/external/trace-cmd/
H A DCODING_STYLE2 trace-cmd coding-style
5 The coding style of trace-cmd and the tracing libraries (libtracefs and
6 libtraceevent) are very similar to the Linux kernel coding style:
8 ….kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst
247 This is more about compaction than coding style. When creating structures, be
286 have consistent and readable code. In general, try to have the coding style
/aosp_15_r20/external/googleapis/google/genomics/v1/
H A Dannotations.proto254 // genome, the coding sequence, and/or higher level consequences at the
330 // in no change to the reading frame of the coding sequence.
394 // Effect of the variant on the coding sequence.
436 // the offset of the first coding base of the exon within the reading frame
437 // of the coding DNA sequence, if any. This field is dependent on the
445 // Unset if this exon does not intersect the coding sequence. Upon creation
447 // coding exons.
452 // The start of the coding sequence on this annotation's reference sequence,
457 // The end of the coding sequence on this annotation's reference sequence,
477 // to coding DNA sequence.
[all …]
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/legal/java.desktop/
Djpeg.md55 It appears that the arithmetic coding option of the JPEG spec is covered
56 by patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding
58 reason, support for arithmetic coding has been removed from the free
59 JPEG software. (Since arithmetic coding provides only a marginal gain
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/legal/java.desktop/
Djpeg.md55 It appears that the arithmetic coding option of the JPEG spec is covered
56 by patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding
58 reason, support for arithmetic coding has been removed from the free
59 JPEG software. (Since arithmetic coding provides only a marginal gain
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/legal/java.desktop/
Djpeg.md55 It appears that the arithmetic coding option of the JPEG spec is covered
56 by patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding
58 reason, support for arithmetic coding has been removed from the free
59 JPEG software. (Since arithmetic coding provides only a marginal gain
/aosp_15_r20/external/libaom/doc/dev_guide/
H A Dav1_encoder.dox58 In terms of transform coding, it has 16 separable 2-D transform kernels
91 efficiency, whilst light blue shows algorithms or coding tools that are
129 - \ref KeyFrameCfg (Keyframe coding configuration parameters)
197 in real time and to avoid any coding tools that could increase latency, such
202 lookahead coding tools to improve encoding quality. However, whilst a lag of
204 it is clearly not possible to use tools such as two pass coding.
265 of some reduction in coding efficiency.
291 a prediction mode and transform coding strategy is fully encoded and the
344 - \ref KeyFrameCfg (Keyframe coding configuration parameters)
405 hierarchical ARF based pyramid coding structure. We typically apply denoising
[all …]
/aosp_15_r20/external/arm-trusted-firmware/docs/process/
H A Dindex.rst12 coding-style
13 coding-guidelines
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/process/
Dindex.rst11 coding-style
12 coding-guidelines
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt1 # -*- coding: latin1 -*-
4 # are made! Also note that the coding cookie above conflicts with
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/Documentation/
H A DHOWTO_CodingGuidelines1 This document describes the coding guidelines for this project.
6 demonstrates the bug, it makes sense to follow the coding guidelines

12345678910>>...44