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:vfb
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
texturedspenc.c
245
float covf[6], vfr, vfg,
vfb
;
in optimize_colors()
local
294
vfb
= (float) (max[2] - min[2]);
in optimize_colors()
297
float r = vfr * covf[0] + vfg * covf[1] +
vfb
* covf[2];
in optimize_colors()
298
float g = vfr * covf[1] + vfg * covf[3] +
vfb
* covf[4];
in optimize_colors()
299
float b = vfr * covf[2] + vfg * covf[4] +
vfb
* covf[5];
in optimize_colors()
303
vfb
= b;
in optimize_colors()
309
if (fabs(
vfb
) > magn)
in optimize_colors()
310
magn = fabs(
vfb
);
in optimize_colors()
322
v_b = (int) (
vfb
* magn);
in optimize_colors()
/third_party/skia/third_party/externals/angle2/src/image_util/
H
A
D
loadimage_etc.cpp
1047
float
vfb
= static_cast<float>(max[2] - min[2]);
in selectEndPointPCA()
local
1053
float r = vfr * cov[0] + vfg * cov[1] +
vfb
* cov[2];
in selectEndPointPCA()
1054
float g = vfr * cov[1] + vfg * cov[3] +
vfb
* cov[4];
in selectEndPointPCA()
1055
float b = vfr * cov[2] + vfg * cov[4] +
vfb
* cov[5];
in selectEndPointPCA()
1059
vfb
= b;
in selectEndPointPCA()
1067
vfb
*= invNorm;
in selectEndPointPCA()
1087
float magn = std::max(std::max(std::abs(vfr), std::abs(vfg)), std::abs(
vfb
));
in selectEndPointPCA()
1091
vb = static_cast<int>(
vfb
* magn);
in selectEndPointPCA()
Completed in 5 milliseconds