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
defs:mvs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/doc/examples/
H
A
D
extract_mvs.c
61
const AVMotionVector *
mvs
= (const AVMotionVector *)sd->data;
in decode_packet()
local
/third_party/ffmpeg/libavfilter/
H
A
D
motion_estimation.h
37
int
mvs
[10][2];
member
H
A
D
vf_codecview.c
282
const AVMotionVector *
mvs
= (const AVMotionVector *)sd->data;
in filter_frame()
local
H
A
D
vf_minterpolate.c
140
int16_t
mvs
[2][2];
member
148
int16_t
mvs
[NB_PIXEL_MVS][2];
member
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
mpegutils.c
117
AVMotionVector *
mvs
= av_malloc_array(mb_width * mb_height, 2 * 4 * sizeof(AVMotionVector));
in ff_print_debug_info2()
local
H
A
D
mpegvideo.c
1309
int my, off, i,
mvs
;
in lowest_referenced_row()
local
Completed in 8 milliseconds