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:errorres
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9shared.h
100
uint8_t
errorres
;
member
H
A
D
vp9.c
537
s->s.h.
errorres
= get_bits1(&s->gb);
in decode_frame_header()
538
s->s.h.use_last_frame_mvs = !s->s.h.
errorres
&& !last_invisible;
in decode_frame_header()
555
s->s.h.resetctx = s->s.h.
errorres
? 0 : get_bits(&s->gb, 2);
in decode_frame_header()
581
s->s.h.signbias[0] = get_bits1(&s->gb) && !s->s.h.
errorres
;
in decode_frame_header()
583
s->s.h.signbias[1] = get_bits1(&s->gb) && !s->s.h.
errorres
;
in decode_frame_header()
585
s->s.h.signbias[2] = get_bits1(&s->gb) && !s->s.h.
errorres
;
in decode_frame_header()
634
s->s.h.refreshctx = s->s.h.
errorres
? 0 : get_bits1(&s->gb);
in decode_frame_header()
635
s->s.h.parallelmode = s->s.h.
errorres
? 1 : get_bits1(&s->gb);
in decode_frame_header()
641
if (s->s.h.keyframe || s->s.h.
errorres
|| s->s.h.intraonly) {
in decode_frame_header()
854
if (s->s.h.keyframe || s->s.h.
errorres
|| (
in decode_frame_header()
[all...]
H
A
D
nvdec_vp9.c
69
.errorResilient = h->h.
errorres
,
in nvdec_vp9_start_frame()
H
A
D
vaapi_vp9.c
58
.error_resilient_mode = h->h.
errorres
,
in vaapi_vp9_start_frame()
H
A
D
vdpau_vp9.c
68
info->errorResilient = h->h.
errorres
;
in vdpau_vp9_start_frame()
H
A
D
dxva2_vp9.c
61
(h->h.
errorres
<< 2) |
in fill_picture_parameters()
H
A
D
vp9block.c
109
if (!s->s.h.
errorres
&& s->s.frames[REF_FRAME_SEGMAP].segmentation_map) {
in decode_mode()
Completed in 7 milliseconds