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:mot_xy
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
motion_est.c
508
int
mot_xy
= s->block_index[0];
in set_p_mv_tables()
local
510
s->current_picture.motion_val[0][
mot_xy
][0] = mx;
in set_p_mv_tables()
511
s->current_picture.motion_val[0][
mot_xy
][1] = my;
in set_p_mv_tables()
512
s->current_picture.motion_val[0][
mot_xy
+ 1][0] = mx;
in set_p_mv_tables()
513
s->current_picture.motion_val[0][
mot_xy
+ 1][1] = my;
in set_p_mv_tables()
515
mot_xy
+= s->b8_stride;
in set_p_mv_tables()
516
s->current_picture.motion_val[0][
mot_xy
][0] = mx;
in set_p_mv_tables()
517
s->current_picture.motion_val[0][
mot_xy
][1] = my;
in set_p_mv_tables()
518
s->current_picture.motion_val[0][
mot_xy
+ 1][0] = mx;
in set_p_mv_tables()
519
s->current_picture.motion_val[0][
mot_xy
in set_p_mv_tables()
594
const int
mot_xy
= s->block_index[block];
h263_mv4_search()
local
926
const int
mot_xy
= s->block_index[0];
ff_estimate_p_frame_motion()
local
1124
const int
mot_xy
= mb_y*mot_stride + mb_x;
estimate_motion_b()
local
1395
const int
mot_xy
= mb_y*mot_stride + mb_x;
direct_search()
local
[all...]
H
A
D
mpegvideo_motion.c
673
const int
mot_xy
= mb_x * 2 + mb_y * 2 * mot_stride;
in apply_obmc()
local
678
AV_COPY32(mv_cache[1][1], cur_frame->motion_val[0][
mot_xy
]);
in apply_obmc()
679
AV_COPY32(mv_cache[1][2], cur_frame->motion_val[0][
mot_xy
+ 1]);
in apply_obmc()
682
cur_frame->motion_val[0][
mot_xy
+ mot_stride]);
in apply_obmc()
684
cur_frame->motion_val[0][
mot_xy
+ mot_stride + 1]);
in apply_obmc()
687
cur_frame->motion_val[0][
mot_xy
+ mot_stride]);
in apply_obmc()
689
cur_frame->motion_val[0][
mot_xy
+ mot_stride + 1]);
in apply_obmc()
696
cur_frame->motion_val[0][
mot_xy
- mot_stride]);
in apply_obmc()
698
cur_frame->motion_val[0][
mot_xy
- mot_stride + 1]);
in apply_obmc()
705
AV_COPY32(mv_cache[1][0], cur_frame->motion_val[0][
mot_xy
in apply_obmc()
[all...]
Completed in 4 milliseconds