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:time_pp
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpeg4video.c
97
uint16_t
time_pp
= s->pp_time;
in ff_mpeg4_set_one_direct_mv()
local
107
s->mv[0][i][0] = p_mx * time_pb /
time_pp
+ mx;
in ff_mpeg4_set_one_direct_mv()
109
: p_mx * (time_pb -
time_pp
) /
time_pp
;
in ff_mpeg4_set_one_direct_mv()
117
s->mv[0][i][1] = p_my * time_pb /
time_pp
+ my;
in ff_mpeg4_set_one_direct_mv()
119
: p_my * (time_pb -
time_pp
) /
time_pp
;
in ff_mpeg4_set_one_direct_mv()
133
uint16_t
time_pp
;
in ff_mpeg4_set_direct_mv()
local
152
time_pp
= s->pp_field_time - field_select + i;
in ff_mpeg4_set_direct_mv()
155
time_pp
in ff_mpeg4_set_direct_mv()
[all...]
H
A
D
motion_est.c
119
const int
time_pp
= s->pp_time;
in cmp_direct_inline()
local
127
int bx = hx ? fx - c->co_located_mv[i][0] : c->co_located_mv[i][0]*(time_pb -
time_pp
)/
time_pp
+ ((i &1)<<(qpel+4));
in cmp_direct_inline()
128
int by = hy ? fy - c->co_located_mv[i][1] : c->co_located_mv[i][1]*(time_pb -
time_pp
)/
time_pp
+ ((i>>1)<<(qpel+4));
in cmp_direct_inline()
144
int bx = hx ? fx - c->co_located_mv[0][0] : (c->co_located_mv[0][0]*(time_pb -
time_pp
)/
time_pp
);
in cmp_direct_inline()
145
int by = hy ? fy - c->co_located_mv[0][1] : (c->co_located_mv[0][1]*(time_pb -
time_pp
)/
time_pp
);
in cmp_direct_inline()
1398
const int
time_pp
in direct_search()
local
[all...]
H
A
D
error_resilience.c
1204
int
time_pp
= s->pp_time;
in ff_er_frame_end()
local
1210
s->mv[0][0][0] = s->next_pic.motion_val[0][xy][0] * time_pb /
time_pp
;
in ff_er_frame_end()
1211
s->mv[0][0][1] = s->next_pic.motion_val[0][xy][1] * time_pb /
time_pp
;
in ff_er_frame_end()
1212
s->mv[1][0][0] = s->next_pic.motion_val[0][xy][0] * (time_pb -
time_pp
) /
time_pp
;
in ff_er_frame_end()
1213
s->mv[1][0][1] = s->next_pic.motion_val[0][xy][1] * (time_pb -
time_pp
) /
time_pp
;
in ff_er_frame_end()
H
A
D
ituh263dec.c
724
uint16_t
time_pp
= s->pp_time;
in set_one_direct_mv()
local
733
s->mv[0][i][0] = p_mx * time_pb /
time_pp
;
in set_one_direct_mv()
734
s->mv[1][i][0] = p_mx * (time_pb -
time_pp
) /
time_pp
;
in set_one_direct_mv()
741
s->mv[0][i][1] = p_my * time_pb /
time_pp
;
in set_one_direct_mv()
742
s->mv[1][i][1] = p_my * (time_pb -
time_pp
) /
time_pp
;
in set_one_direct_mv()
Completed in 8 milliseconds