Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CM_444
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dsc/
H
A
D
rc_calc_fpu.c
34
(cm ==
CM_444
|| cm == CM_RGB) ? (val444) : (cm == CM_422 ? (val422) : (val420))
114
if (mode ==
CM_444
|| mode == CM_RGB) {
in get_ofs_set()
189
rc->rc_quant_incr_limit0 = ((bpc == BPC_8) ? 11 : (bpc == BPC_10 ? 15 : 19)) - ((minor_version == 1 && cm ==
CM_444
) ? 1 : 0);
in _do_calc_rc_params()
190
rc->rc_quant_incr_limit1 = ((bpc == BPC_8) ? 11 : (bpc == BPC_10 ? 15 : 19)) - ((minor_version == 1 && cm ==
CM_444
) ? 1 : 0);
in _do_calc_rc_params()
205
case
CM_444
:
in _do_calc_rc_params()
208
rc->first_line_bpg_offset = median3(0, (12 + (int) (0.09 * min(34, slice_height - 8))), (int)(((3 * bpc + (cm ==
CM_444
? 0 : 2)) * 3) - (3 * bpp_group)));
in _do_calc_rc_params()
213
initial_xmit_delay_factor = (cm ==
CM_444
|| cm == CM_RGB) ? 1.0 : 2.0;
in _do_calc_rc_params()
225
rc->flatness_min_qp = ((bpc == BPC_8) ? (3) : ((bpc == BPC_10) ? (7) : (11))) - ((minor_version == 1 && cm ==
CM_444
) ? 1 : 0);
in _do_calc_rc_params()
226
rc->flatness_max_qp = ((bpc == BPC_8) ? (12) : ((bpc == BPC_10) ? (16) : (20))) - ((minor_version == 1 && cm ==
CM_444
) ? 1 : 0);
in _do_calc_rc_params()
231
if (cm ==
CM_444
in _do_calc_rc_params()
[all...]
H
A
D
rc_calc_fpu.h
58
CM_444
, /* 444 YUV or simple 422 */
enumerator
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc.c
35
(cm ==
CM_444
|| cm == CM_RGB) ? (val444) : (cm == CM_422 ? (val422) : (val420))
114
if (mode ==
CM_444
|| mode == CM_RGB) {
in get_ofs_set()
196
rc->rc_quant_incr_limit0 = ((bpc == BPC_8) ? 11 : (bpc == BPC_10 ? 15 : 19)) - ((minor_version == 1 && cm ==
CM_444
) ? 1 : 0);
in _do_calc_rc_params()
197
rc->rc_quant_incr_limit1 = ((bpc == BPC_8) ? 11 : (bpc == BPC_10 ? 15 : 19)) - ((minor_version == 1 && cm ==
CM_444
) ? 1 : 0);
in _do_calc_rc_params()
212
case
CM_444
:
in _do_calc_rc_params()
215
rc->first_line_bpg_offset = median3(0, (12 + (int) (0.09 * min(34, slice_height - 8))), (int)(((3 * bpc + (cm ==
CM_444
? 0 : 2)) * 3) - (3 * bpp_group)));
in _do_calc_rc_params()
220
initial_xmit_delay_factor = (cm ==
CM_444
|| cm == CM_RGB) ? 1.0 : 2.0;
in _do_calc_rc_params()
232
rc->flatness_min_qp = ((bpc == BPC_8) ? (3) : ((bpc == BPC_10) ? (7) : (11))) - ((minor_version == 1 && cm ==
CM_444
) ? 1 : 0);
in _do_calc_rc_params()
233
rc->flatness_max_qp = ((bpc == BPC_8) ? (12) : ((bpc == BPC_10) ? (16) : (20))) - ((minor_version == 1 && cm ==
CM_444
) ? 1 : 0);
in _do_calc_rc_params()
238
if (cm ==
CM_444
in _do_calc_rc_params()
[all...]
H
A
D
rc_calc.h
57
CM_444
, /* 444 YUV or simple 422 */
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc.c
50
mode = pps->convert_rgb ? CM_RGB : (pps->simple_422 ?
CM_444
:
in calc_rc_params()
52
pps->native_420 ? CM_420 :
CM_444
));
in calc_rc_params()
Completed in 2 milliseconds