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:last_motion
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
roqvideoenc.c
358
motion_vect *
last_motion
;
in motion_search()
local
364
last_motion
= enc->last_motion4;
in motion_search()
367
last_motion
= enc->last_motion8;
in motion_search()
383
EVAL_MOTION(
last_motion
[offset]);
in motion_search()
387
EVAL_MOTION(
last_motion
[offset]);
in motion_search()
391
EVAL_MOTION(
last_motion
[offset]);
in motion_search()
H
A
D
vp3.c
895
static int vp4_get_mv(Vp3DecodeContext *s, GetBitContext *gb, int axis, int
last_motion
)
in vp4_get_mv()
argument
897
int v = get_vlc2(gb, s->vp4_mv_vlc[axis][vp4_mv_table_selector[FFABS(
last_motion
)]].table,
in vp4_get_mv()
899
return
last_motion
< 0 ? -v : v;
in vp4_get_mv()
Completed in 7 milliseconds