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:sampling_w
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-jpeg/
H
A
D
mtk_jpeg_dec_hw.c
38
param->src_color = (param->
sampling_w
[0] << 20) |
in mtk_jpeg_decide_format()
40
(param->
sampling_w
[1] << 12) |
in mtk_jpeg_decide_format()
42
(param->
sampling_w
[2] << 4) |
in mtk_jpeg_decide_format()
79
factor_w = 2 + param->
sampling_w
[0];
in mtk_jpeg_calc_mcu()
90
param->blk_comp[i] = param->
sampling_w
[i] *
in mtk_jpeg_calc_mcu()
153
param->
sampling_w
[i];
in mtk_jpeg_calc_dst_size()
393
config->
sampling_w
[0],
in mtk_jpeg_dec_set_config()
395
config->
sampling_w
[1],
in mtk_jpeg_dec_set_config()
397
config->
sampling_w
[2],
in mtk_jpeg_dec_set_config()
H
A
D
mtk_jpeg_dec_hw.h
39
u32
sampling_w
[MTK_JPEG_COMP_MAX];
member
H
A
D
mtk_jpeg_dec_parse.c
116
param->
sampling_w
[i] = (byte >> 4) & 0x0F;
in mtk_jpeg_do_parse()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/
H
A
D
mtk_jpeg_dec_hw.c
62
param->src_color = (param->
sampling_w
[0] << 20) |
in mtk_jpeg_decide_format()
64
(param->
sampling_w
[1] << 12) |
in mtk_jpeg_decide_format()
66
(param->
sampling_w
[2] << 4) |
in mtk_jpeg_decide_format()
103
factor_w = 2 + param->
sampling_w
[0];
in mtk_jpeg_calc_mcu()
114
param->blk_comp[i] = param->
sampling_w
[i] *
in mtk_jpeg_calc_mcu()
177
param->
sampling_w
[i];
in mtk_jpeg_calc_dst_size()
425
cfg->
sampling_w
[0],
in mtk_jpeg_dec_set_config()
427
cfg->
sampling_w
[1],
in mtk_jpeg_dec_set_config()
429
cfg->
sampling_w
[2],
in mtk_jpeg_dec_set_config()
H
A
D
mtk_jpeg_dec_hw.h
40
u32
sampling_w
[MTK_JPEG_COMP_MAX];
member
H
A
D
mtk_jpeg_dec_parse.c
111
param->
sampling_w
[i] = (byte >> 4) & 0x0F;
in mtk_jpeg_do_parse()
Completed in 3 milliseconds