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:intraonly
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9.c
554
s->s.h.
intraonly
= s->s.h.invisible ? get_bits1(&s->gb) : 0;
in decode_frame_header()
556
if (s->s.h.
intraonly
) {
in decode_frame_header()
637
if (s->s.h.keyframe || s->s.h.
intraonly
)
in decode_frame_header()
641
if (s->s.h.keyframe || s->s.h.errorres || s->s.h.
intraonly
) {
in decode_frame_header()
817
if (!s->s.h.keyframe && !s->s.h.
intraonly
) {
in decode_frame_header()
854
if (s->s.h.keyframe || s->s.h.errorres || (s->s.h.
intraonly
&& s->s.h.resetctx == 3)) {
in decode_frame_header()
865
} else if (s->s.h.
intraonly
&& s->s.h.resetctx == 2) {
in decode_frame_header()
890
if (s->s.h.keyframe || s->s.h.
intraonly
) {
in decode_frame_header()
970
if (!s->s.h.keyframe && !s->s.h.
intraonly
) {
in decode_frame_header()
1093
const uint8_t *p = s->s.h.keyframe || s->s.h.
intraonly
in decode_sb()
[all...]
H
A
D
vp9shared.h
101
uint8_t
intraonly
;
member
H
A
D
vp9prob.c
50
int uf = (s->s.h.keyframe || s->s.h.
intraonly
|| !s->last_keyframe) ? 112 : 128;
in ff_vp9_adapt_probs()
70
if (s->s.h.keyframe || s->s.h.
intraonly
) {
in ff_vp9_adapt_probs()
H
A
D
nvdec_vp9.c
73
.intraOnly = h->h.
intraonly
,
in nvdec_vp9_start_frame()
H
A
D
vaapi_vp9.c
59
.intra_only = h->h.
intraonly
,
in vaapi_vp9_start_frame()
H
A
D
vp9block.c
101
} else if (s->s.h.keyframe || s->s.h.
intraonly
) {
in decode_mode()
136
(s->s.h.segmentation.update_map || s->s.h.keyframe || s->s.h.
intraonly
)) {
in decode_mode()
149
if (s->s.h.keyframe || s->s.h.
intraonly
) {
in decode_mode()
214
if (s->s.h.keyframe || s->s.h.
intraonly
) {
in decode_mode()
722
if (!s->s.h.keyframe && !s->s.h.
intraonly
) { \
in decode_mode()
748
if (!s->s.h.keyframe && !s->s.h.
intraonly
) {
in decode_mode()
H
A
D
vdpau_vp9.c
74
info->intraOnly = h->h.
intraonly
;
in vdpau_vp9_start_frame()
H
A
D
dxva2_vp9.c
67
(h->h.
intraonly
<< 8) |
in fill_picture_parameters()
Completed in 8 milliseconds