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:fctx_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_g2_vp9_dec.c
34
unsigned int
fctx_idx
;
in start_prepare_run()
local
68
fctx_idx
= v4l2_vp9_reset_frame_ctx(*dec_params, vp9_ctx->frame_context);
in start_prepare_run()
69
vp9_ctx->cur.frame_context_idx =
fctx_idx
;
in start_prepare_run()
72
vp9_ctx->probability_tables = vp9_ctx->frame_context[
fctx_idx
];
in start_prepare_run()
943
unsigned int
fctx_idx
;
in hantro_g2_vp9_dec_done()
local
948
fctx_idx
= vp9_ctx->cur.frame_context_idx;
in hantro_g2_vp9_dec_done()
971
*probs = vp9_ctx->frame_context[
fctx_idx
];
in hantro_g2_vp9_dec_done()
1010
vp9_ctx->frame_context[
fctx_idx
] = vp9_ctx->probability_tables;
in hantro_g2_vp9_dec_done()
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/
H
A
D
rkvdec-vp9.c
734
unsigned int
fctx_idx
;
in rkvdec_vp9_run_preamble()
local
776
fctx_idx
= v4l2_vp9_reset_frame_ctx(dec_params, vp9_ctx->frame_context);
in rkvdec_vp9_run_preamble()
777
vp9_ctx->cur.frame_context_idx =
fctx_idx
;
in rkvdec_vp9_run_preamble()
780
vp9_ctx->probability_tables = vp9_ctx->frame_context[
fctx_idx
];
in rkvdec_vp9_run_preamble()
849
unsigned int
fctx_idx
;
in rkvdec_vp9_done()
local
870
fctx_idx
= vp9_ctx->cur.frame_context_idx;
in rkvdec_vp9_done()
890
*probs = vp9_ctx->frame_context[
fctx_idx
];
in rkvdec_vp9_done()
919
/* 6.1.2 refresh_probs(): save_probs(
fctx_idx
) */
in rkvdec_vp9_done()
920
vp9_ctx->frame_context[
fctx_idx
] = vp9_ctx->probability_tables;
in rkvdec_vp9_done()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-vp9.c
1452
u8
fctx_idx
= dec_params->frame_context_idx;
in v4l2_vp9_reset_frame_ctx()
local
1472
/* save_probs(
fctx_idx
) */
in v4l2_vp9_reset_frame_ctx()
1473
memcpy(&frame_context[
fctx_idx
], &v4l2_vp9_default_probs,
in v4l2_vp9_reset_frame_ctx()
1475
fctx_idx
= 0;
in v4l2_vp9_reset_frame_ctx()
1478
return
fctx_idx
;
in v4l2_vp9_reset_frame_ctx()
Completed in 6 milliseconds