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:list_idx
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_refs.c
304
uint8_t
list_idx
;
in ff_hevc_slice_rpl()
local
317
for (
list_idx
= 0;
list_idx
< nb_list;
list_idx
++) {
in ff_hevc_slice_rpl()
319
RefPicList *rpl = &s->ref->refPicList[
list_idx
];
in ff_hevc_slice_rpl()
324
int cand_lists[3] = {
list_idx
? ST_CURR_AFT : ST_CURR_BEF,
in ff_hevc_slice_rpl()
325
list_idx
? ST_CURR_BEF : ST_CURR_AFT,
in ff_hevc_slice_rpl()
329
while (rpl_tmp.nb_refs < sh->nb_refs[
list_idx
]) {
in ff_hevc_slice_rpl()
342
if (sh->rpl_modification_flag[
list_idx
]) {
in ff_hevc_slice_rpl()
343
for (i = 0; i < sh->nb_refs[
list_idx
];
in ff_hevc_slice_rpl()
[all...]
H
A
D
vaapi_hevc.c
422
int err, i,
list_idx
;
in vaapi_hevc_decode_slice()
local
471
for (
list_idx
= 0;
list_idx
< nb_list;
list_idx
++) {
in vaapi_hevc_decode_slice()
472
RefPicList *rpl = &h->ref->refPicList[
list_idx
];
in vaapi_hevc_decode_slice()
475
last_slice_param->RefPicList[
list_idx
][i] = get_ref_pic_index(h, rpl->ref[i]);
in vaapi_hevc_decode_slice()
Completed in 3 milliseconds