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:avmv
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
snowdec.c
88
if(s->
avmv
&& mb_y < mb_h && plane_index == 0)
in predict_slice_buffered()
90
AVMotionVector *
avmv
= s->
avmv
+ s->avmv_index;
in predict_slice_buffered()
local
100
avmv
->w = block_w;
in predict_slice_buffered()
101
avmv
->h = block_h;
in predict_slice_buffered()
102
avmv
->dst_x = block_w*mb_x - block_w/2;
in predict_slice_buffered()
103
avmv
->dst_y = block_h*mb_y - block_h/2;
in predict_slice_buffered()
104
avmv
->motion_scale = 8;
in predict_slice_buffered()
105
avmv
->motion_x = bn->mx * s->mv_scale;
in predict_slice_buffered()
106
avmv
in predict_slice_buffered()
[all...]
H
A
D
snow.h
190
AVMotionVector *
avmv
;
member
Completed in 4 milliseconds