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:xalpha
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libswscale/
H
A
D
hscale_fast_bilinear.c
30
register unsigned int
xalpha
= (xpos & 0xFFFF) >> 9;
in ff_hyscale_fast_c()
local
31
dst[i] = (src[xx] << 7) + (src[xx + 1] - src[xx]) *
xalpha
;
in ff_hyscale_fast_c()
46
register unsigned int
xalpha
= (xpos & 0xFFFF) >> 9;
in ff_hcscale_fast_c()
local
47
dst1[i] = (src1[xx] * (
xalpha
^ 127) + src1[xx + 1] *
xalpha
);
in ff_hcscale_fast_c()
48
dst2[i] = (src2[xx] * (
xalpha
^ 127) + src2[xx + 1] *
xalpha
);
in ff_hcscale_fast_c()
/third_party/glfw/tests/
H
A
D
cursor.c
91
const float
xalpha
= (float) x == c ? c : k / (float) fabs(x - c);
in star()
local
94
return (float) fmax(0.f, fmin(1.f, i * salpha * 0.2f + salpha *
xalpha
* yalpha));
in star()
Completed in 2 milliseconds