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:uv_mode_probs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H
A
D
visl-trace-vp8.h
18
"entropy.
uv_mode_probs
%s\n"
27
__print_array(__entry->f.entropy.
uv_mode_probs
,
28
ARRAY_SIZE(__entry->f.entropy.
uv_mode_probs
),
29
sizeof(__entry->f.entropy.
uv_mode_probs
[0])),
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_vp8.c
73
dst[4] = entropy->
uv_mode_probs
[0];
in hantro_vp8_prob_update()
74
dst[5] = entropy->
uv_mode_probs
[1];
in hantro_vp8_prob_update()
75
dst[6] = entropy->
uv_mode_probs
[2];
in hantro_vp8_prob_update()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_vp8.c
73
dst[4] = entropy->
uv_mode_probs
[0];
in hantro_vp8_prob_update()
74
dst[5] = entropy->
uv_mode_probs
[1];
in hantro_vp8_prob_update()
75
dst[6] = entropy->
uv_mode_probs
[2];
in hantro_vp8_prob_update()
/kernel/linux/linux-5.10/include/media/
H
A
D
vp8-ctrls.h
59
__u8
uv_mode_probs
[3];
member
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H
A
D
cedrus_vp8.c
601
memcpy(&prob_table[0x1010], slice->entropy.
uv_mode_probs
,
in cedrus_vp8_update_probs()
602
sizeof(slice->entropy.
uv_mode_probs
));
in cedrus_vp8_update_probs()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
v4l2-controls.h
1845
* @
uv_mode_probs
: chroma intra-prediction probabilities.
1857
__u8
uv_mode_probs
[3];
member
Completed in 13 milliseconds