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:parallelmode
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9shared.h
108
uint8_t
parallelmode
;
member
H
A
D
nvdec_vp9.c
70
.frameParallelDecoding = h->h.
parallelmode
,
in nvdec_vp9_start_frame()
H
A
D
vaapi_vp9.c
62
.frame_parallel_decoding_mode = h->h.
parallelmode
,
in vaapi_vp9_start_frame()
H
A
D
vdpau_vp9.c
69
info->frameParallelDecoding = h->h.
parallelmode
;
in vdpau_vp9_start_frame()
H
A
D
dxva2_vp9.c
66
(h->h.
parallelmode
<< 7) |
in fill_picture_parameters()
H
A
D
vp9.c
635
s->s.h.
parallelmode
= s->s.h.errorres ? 1 : get_bits1(&s->gb);
in decode_frame_header()
1653
avctx->active_thread_type == FF_THREAD_FRAME && s->s.h.refreshctx && !s->s.h.
parallelmode
;
in vp9_decode_frame()
1659
if (s->s.h.refreshctx && s->s.h.
parallelmode
) {
in vp9_decode_frame()
1744
if (s->pass < 2 && s->s.h.refreshctx && !s->s.h.
parallelmode
) {
in vp9_decode_frame()
/third_party/ffmpeg/tests/fate/
H
A
D
vpx.mak
127
$(eval $(call FATE_VP9_SUITE,
parallelmode
-akiyo))
Completed in 19 milliseconds