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:p_reflist
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H
A
D
hantro_g1_h264_dec.c
131
const u8 *b0_reflist, *b1_reflist, *
p_reflist
;
in set_ref()
local
176
p_reflist
= ctx->h264_dec.reflists.p;
in set_ref()
200
G1_REG_BD_P_REF_PIC_PINIT_RLIST_F0(
p_reflist
[0]) |
in set_ref()
201
G1_REG_BD_P_REF_PIC_PINIT_RLIST_F1(
p_reflist
[1]) |
in set_ref()
202
G1_REG_BD_P_REF_PIC_PINIT_RLIST_F2(
p_reflist
[2]) |
in set_ref()
203
G1_REG_BD_P_REF_PIC_PINIT_RLIST_F3(
p_reflist
[3]);
in set_ref()
212
reg = G1_REG_FWD_PIC_PINIT_RLIST_F0(
p_reflist
[i]) |
in set_ref()
213
G1_REG_FWD_PIC_PINIT_RLIST_F1(
p_reflist
[i + 1]) |
in set_ref()
214
G1_REG_FWD_PIC_PINIT_RLIST_F2(
p_reflist
[i + 2]) |
in set_ref()
215
G1_REG_FWD_PIC_PINIT_RLIST_F3(
p_reflist
[
in set_ref()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_g1_h264_dec.c
129
const struct v4l2_h264_reference *b0_reflist, *b1_reflist, *
p_reflist
;
in set_ref()
local
152
p_reflist
= ctx->h264_dec.reflists.p;
in set_ref()
176
G1_REG_BD_P_REF_PIC_PINIT_RLIST_F0(
p_reflist
[0].index) |
in set_ref()
177
G1_REG_BD_P_REF_PIC_PINIT_RLIST_F1(
p_reflist
[1].index) |
in set_ref()
178
G1_REG_BD_P_REF_PIC_PINIT_RLIST_F2(
p_reflist
[2].index) |
in set_ref()
179
G1_REG_BD_P_REF_PIC_PINIT_RLIST_F3(
p_reflist
[3].index);
in set_ref()
188
reg = G1_REG_FWD_PIC_PINIT_RLIST_F0(
p_reflist
[i].index) |
in set_ref()
189
G1_REG_FWD_PIC_PINIT_RLIST_F1(
p_reflist
[i + 1].index) |
in set_ref()
190
G1_REG_FWD_PIC_PINIT_RLIST_F2(
p_reflist
[i + 2].index) |
in set_ref()
191
G1_REG_FWD_PIC_PINIT_RLIST_F3(
p_reflist
[
in set_ref()
[all...]
H
A
D
rockchip_vpu2_hw_h264_dec.c
301
const struct v4l2_h264_reference *b0_reflist, *b1_reflist, *
p_reflist
;
in set_ref()
local
308
p_reflist
= ctx->h264_dec.reflists.p;
in set_ref()
310
reg = VDPU_REG_PINIT_RLIST_F9(
p_reflist
[9].index) |
in set_ref()
311
VDPU_REG_PINIT_RLIST_F8(
p_reflist
[8].index) |
in set_ref()
312
VDPU_REG_PINIT_RLIST_F7(
p_reflist
[7].index) |
in set_ref()
313
VDPU_REG_PINIT_RLIST_F6(
p_reflist
[6].index) |
in set_ref()
314
VDPU_REG_PINIT_RLIST_F5(
p_reflist
[5].index) |
in set_ref()
315
VDPU_REG_PINIT_RLIST_F4(
p_reflist
[4].index);
in set_ref()
318
reg = VDPU_REG_PINIT_RLIST_F15(
p_reflist
[15].index) |
in set_ref()
319
VDPU_REG_PINIT_RLIST_F14(
p_reflist
[1
in set_ref()
[all...]
Completed in 3 milliseconds