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:coeff_probs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_vp8.c
116
dst[0] = entropy->
coeff_probs
[i][j][k][0];
in hantro_vp8_prob_update()
117
dst[1] = entropy->
coeff_probs
[i][j][k][1];
in hantro_vp8_prob_update()
118
dst[2] = entropy->
coeff_probs
[i][j][k][2];
in hantro_vp8_prob_update()
119
dst[3] = entropy->
coeff_probs
[i][j][k][3];
in hantro_vp8_prob_update()
131
dst[0] = entropy->
coeff_probs
[i][j][k][4];
in hantro_vp8_prob_update()
132
dst[1] = entropy->
coeff_probs
[i][j][k][5];
in hantro_vp8_prob_update()
133
dst[2] = entropy->
coeff_probs
[i][j][k][6];
in hantro_vp8_prob_update()
134
dst[3] = entropy->
coeff_probs
[i][j][k][7];
in hantro_vp8_prob_update()
135
dst[4] = entropy->
coeff_probs
[i][j][k][8];
in hantro_vp8_prob_update()
136
dst[5] = entropy->
coeff_probs
[
in hantro_vp8_prob_update()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_vp8.c
116
dst[0] = entropy->
coeff_probs
[i][j][k][0];
in hantro_vp8_prob_update()
117
dst[1] = entropy->
coeff_probs
[i][j][k][1];
in hantro_vp8_prob_update()
118
dst[2] = entropy->
coeff_probs
[i][j][k][2];
in hantro_vp8_prob_update()
119
dst[3] = entropy->
coeff_probs
[i][j][k][3];
in hantro_vp8_prob_update()
131
dst[0] = entropy->
coeff_probs
[i][j][k][4];
in hantro_vp8_prob_update()
132
dst[1] = entropy->
coeff_probs
[i][j][k][5];
in hantro_vp8_prob_update()
133
dst[2] = entropy->
coeff_probs
[i][j][k][6];
in hantro_vp8_prob_update()
134
dst[3] = entropy->
coeff_probs
[i][j][k][7];
in hantro_vp8_prob_update()
135
dst[4] = entropy->
coeff_probs
[i][j][k][8];
in hantro_vp8_prob_update()
136
dst[5] = entropy->
coeff_probs
[
in hantro_vp8_prob_update()
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H
A
D
visl-trace-vp8.h
16
TP_printk("\nentropy.
coeff_probs
{%s}\n"
21
__entry->f.entropy.
coeff_probs
,
22
sizeof(__entry->f.entropy.
coeff_probs
),
/kernel/linux/linux-5.10/include/media/
H
A
D
vp8-ctrls.h
57
__u8
coeff_probs
[4][8][3][11];
member
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H
A
D
cedrus_vp8.c
621
slice->entropy.
coeff_probs
[i][j][k], 11);
in cedrus_vp8_update_probs()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
v4l2-controls.h
1843
* @
coeff_probs
: coefficient probability update values.
1855
__u8
coeff_probs
[4][8][3][V4L2_VP8_COEFF_PROB_CNT];
member
Completed in 16 milliseconds