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:uses_2pass
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9shared.h
64
int
uses_2pass
;
member
H
A
D
vp9.c
166
dst->
uses_2pass
= src->
uses_2pass
;
in vp9_frame_ref()
312
if (td->b_base && td->block_base && s->block_alloc_using_2pass == s->s.frames[CUR_FRAME].
uses_2pass
)
in update_block_buffers()
318
if (s->s.frames[CUR_FRAME].
uses_2pass
) {
in update_block_buffers()
360
s->block_alloc_using_2pass = s->s.frames[CUR_FRAME].
uses_2pass
;
in update_block_buffers()
1652
s->pass = s->s.frames[CUR_FRAME].
uses_2pass
=
in vp9_decode_frame()
H
A
D
vp9mvs.c
177
if (!s->s.frames[REF_FRAME_MVPAIR].
uses_2pass
)
in find_ref_mvs()
H
A
D
vp9block.c
113
if (!s->s.frames[REF_FRAME_SEGMAP].
uses_2pass
)
in decode_mode()
Completed in 6 milliseconds