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:P_TOPRIGHT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
motion_est.c
42
#define
P_TOPRIGHT
P[3]
macro
613
P_TOPRIGHT
[0] = s->current_picture.motion_val[0][mot_xy - mot_stride + off[block]][0];
in h263_mv4_search()
614
P_TOPRIGHT
[1] = s->current_picture.motion_val[0][mot_xy - mot_stride + off[block]][1];
in h263_mv4_search()
616
if (
P_TOPRIGHT
[0] < c->xmin * (1 << shift))
P_TOPRIGHT
[0] = c->xmin * (1 << shift);
in h263_mv4_search()
617
if (
P_TOPRIGHT
[0] > c->xmax * (1 << shift))
P_TOPRIGHT
[0] = c->xmax * (1 << shift);
in h263_mv4_search()
618
if (
P_TOPRIGHT
[1] > c->ymax * (1 << shift))
P_TOPRIGHT
[1] = c->ymax * (1 << shift);
in h263_mv4_search()
620
P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0],
P_TOPRIGHT
[
in h263_mv4_search()
[all...]
H
A
D
snowenc.c
215
#define
P_TOPRIGHT
P[3]
macro
277
P_TOPRIGHT
[0]= tr->mx;
in encode_q_branch()
278
P_TOPRIGHT
[1]= tr->my;
in encode_q_branch()
314
if(
P_TOPRIGHT
[0] < (c->xmin * (1<<shift)))
P_TOPRIGHT
[0]= (c->xmin * (1<<shift));
in encode_q_branch()
315
if(
P_TOPRIGHT
[0] > (c->xmax<<shift))
P_TOPRIGHT
[0]= (c->xmax<<shift); //due to pmx no clip
in encode_q_branch()
316
if(
P_TOPRIGHT
[1] > (c->ymax<<shift))
P_TOPRIGHT
[1]= (c->ymax<<shift);
in encode_q_branch()
318
P_MEDIAN[0]= mid_pred(P_LEFT[0], P_TOP[0],
P_TOPRIGHT
[
in encode_q_branch()
[all...]
H
A
D
motion_est_template.c
912
|
P_TOPRIGHT
[0]|
P_TOPRIGHT
[1])==0){
in epzs_motion_search_internal()
927
CHECK_MV(
P_TOPRIGHT
[0]>>shift,
P_TOPRIGHT
[1]>>shift)
in epzs_motion_search_internal()
1030
CHECK_MV(
P_TOPRIGHT
[0]>>shift,
P_TOPRIGHT
[1]>>shift)
in epzs_motion_search2()
Completed in 7 milliseconds