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:mux_word_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dsc.c
287
num_extra_mux_bits = 3 * (vdsc_cfg->
mux_word_size
+
in drm_dsc_compute_rc_parameters()
291
num_extra_mux_bits = 4 * vdsc_cfg->
mux_word_size
+
in drm_dsc_compute_rc_parameters()
295
num_extra_mux_bits = 3 * vdsc_cfg->
mux_word_size
+
in drm_dsc_compute_rc_parameters()
302
((slice_bits - num_extra_mux_bits) % vdsc_cfg->
mux_word_size
))
in drm_dsc_compute_rc_parameters()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dsc_helper.c
289
vdsc_cfg->
mux_word_size
= DSC_MUX_WORD_SIZE_8_10_BPC;
in drm_dsc_set_const_params()
291
vdsc_cfg->
mux_word_size
= DSC_MUX_WORD_SIZE_12_BPC;
in drm_dsc_set_const_params()
1342
num_extra_mux_bits = 3 * (vdsc_cfg->
mux_word_size
+
in drm_dsc_compute_rc_parameters()
1346
num_extra_mux_bits = 4 * vdsc_cfg->
mux_word_size
+
in drm_dsc_compute_rc_parameters()
1350
num_extra_mux_bits = 3 * vdsc_cfg->
mux_word_size
+
in drm_dsc_compute_rc_parameters()
1357
((slice_bits - num_extra_mux_bits) % vdsc_cfg->
mux_word_size
))
in drm_dsc_compute_rc_parameters()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dsc.h
228
* @
mux_word_size
: Mux word size (in bits) for SSM mode
230
u8
mux_word_size
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dsc.h
228
* @
mux_word_size
: Mux word size (in bits) for SSM mode
230
u8
mux_word_size
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc_dpi.c
114
dsc_cfg.
mux_word_size
= dsc_params->pps.bits_per_component <= 10 ? 48 : 64;
in dscc_compute_dsc_parameters()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/
H
A
D
rc_calc_dpi.c
112
dsc_cfg.
mux_word_size
= dsc_params->pps.bits_per_component <= 10 ? 48 : 64;
in dscc_compute_dsc_parameters()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_vdsc.c
447
* BitsPerComponent value determines
mux_word_size
:
in intel_dsc_compute_params()
454
vdsc_cfg->
mux_word_size
= DSC_MUX_WORD_SIZE_8_10_BPC;
in intel_dsc_compute_params()
456
vdsc_cfg->
mux_word_size
= DSC_MUX_WORD_SIZE_12_BPC;
in intel_dsc_compute_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_vdsc.c
312
* BitsPerComponent value determines
mux_word_size
:
in intel_dsc_compute_params()
317
vdsc_cfg->
mux_word_size
= DSC_MUX_WORD_SIZE_8_10_BPC;
in intel_dsc_compute_params()
319
vdsc_cfg->
mux_word_size
= DSC_MUX_WORD_SIZE_12_BPC;
in intel_dsc_compute_params()
Completed in 8 milliseconds