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_y
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
xcbgrab.c
118
int p_x,
p_y
;
in xcbgrab_reposition()
local
124
p_y
= p->win_y;
in xcbgrab_reposition()
128
y =
p_y
- h / 2;
in xcbgrab_reposition()
139
if (
p_y
> bottom) {
in xcbgrab_reposition()
140
y +=
p_y
- bottom;
in xcbgrab_reposition()
141
} else if (
p_y
< top) {
in xcbgrab_reposition()
142
y -= top -
p_y
;
in xcbgrab_reposition()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
sbrdsp_mips.c
670
float *
p_y
;
in sbr_hf_g_filt_mips()
local
674
p_y
= &Y[0][0];
in sbr_hf_g_filt_mips()
689
"swc1 %[temp1], 0(%[
p_y
]) \n\t"
in sbr_hf_g_filt_mips()
690
"swc1 %[temp2], 4(%[
p_y
]) \n\t"
in sbr_hf_g_filt_mips()
692
PTR_ADDIU "%[
p_y
], %[
p_y
], 8 \n\t"
in sbr_hf_g_filt_mips()
697
[
p_y
]"+r"(
p_y
), [p_g]"+r"(p_g)
in sbr_hf_g_filt_mips()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_deshake.c
245
double p_x,
p_y
;
in find_motion()
local
303
p_y
= (center_y - height / 2.0);
in find_motion()
304
t->vec.x += (cos(t->angle)-1)*p_x - sin(t->angle)*
p_y
;
in find_motion()
305
t->vec.y += sin(t->angle)*p_x + (cos(t->angle)-1)*
p_y
;
in find_motion()
Completed in 4 milliseconds