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:ref_val
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
utils.c
1170
int i = 0,
ref_val
;
in ff_int_from_list_or_default()
local
1173
ref_val
= array_valid_values[i];
in ff_int_from_list_or_default()
1174
if (
ref_val
== INT_MAX)
in ff_int_from_list_or_default()
1176
if (val ==
ref_val
)
in ff_int_from_list_or_default()
H
A
D
vp9shared.h
141
uint8_t
ref_val
;
member
H
A
D
nvdec_vp9.c
130
ppc->segmentFeatureData[i][2] = h->h.segmentation.feat[i].
ref_val
;
in nvdec_vp9_start_frame()
H
A
D
vaapi_vp9.c
147
.segment_reference = h->h.segmentation.feat[i].
ref_val
,
in vaapi_vp9_decode_slice()
H
A
D
vdpau_vp9.c
128
info->segmentFeatureData[i][2] = h->h.segmentation.feat[i].
ref_val
;
in vdpau_vp9_start_frame()
H
A
D
dxva2_vp9.c
143
pp->stVP9Segments.feature_data[i][2] = h->h.segmentation.feat[i].
ref_val
;
in fill_picture_parameters()
H
A
D
vp9block.c
152
b->intra = !s->s.h.segmentation.feat[b->seg_id].
ref_val
;
in decode_mode()
331
av_assert2(s->s.h.segmentation.feat[b->seg_id].
ref_val
!= 0);
in decode_mode()
333
b->ref[0] = s->s.h.segmentation.feat[b->seg_id].
ref_val
- 1;
in decode_mode()
H
A
D
vp9.c
711
s->s.h.segmentation.feat[i].
ref_val
= get_bits(&s->gb, 2);
in decode_frame_header()
Completed in 10 milliseconds