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:mv_mode
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_g2_vp9_dec.c
994
u32
mv_mode
[7][4];
in hantro_g2_vp9_dec_done()
local
996
for (i = 0; i < ARRAY_SIZE(
mv_mode
); ++i) {
in hantro_g2_vp9_dec_done()
997
mv_mode
[i][0] = hantro_cnts->inter_mode_counts[i][1][0];
in hantro_g2_vp9_dec_done()
998
mv_mode
[i][1] = hantro_cnts->inter_mode_counts[i][2][0];
in hantro_g2_vp9_dec_done()
999
mv_mode
[i][2] = hantro_cnts->inter_mode_counts[i][0][0];
in hantro_g2_vp9_dec_done()
1000
mv_mode
[i][3] = hantro_cnts->inter_mode_counts[i][2][1];
in hantro_g2_vp9_dec_done()
1002
counts->
mv_mode
= &
mv_mode
;
in hantro_g2_vp9_dec_done()
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-vp9.h
100
* @
mv_mode
: inter mode counts.
131
u32 (*
mv_mode
)[7][4];
member
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/
H
A
D
rkvdec-vp9.c
114
u32
mv_mode
[7][4];
member
952
vp9_ctx->inter_cnts.
mv_mode
= &inter_cnts->
mv_mode
;
in rkvdec_init_v4l2_vp9_count_tbl()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-vp9.c
1782
adapt_probs_variant_c(probs->inter_mode[i], (*counts->
mv_mode
)[i]);
in v4l2_vp9_adapt_noncoef_probs()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_vp9_req_lat_if.c
1243
counts_helper->
mv_mode
= &counts->inter_mode;
in vdec_vp9_slice_counts_map_helper()
Completed in 10 milliseconds