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:weighted_average
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
analysis_enc.c
140
int
weighted_average
= 0;
in AssignSegments()
local
187
weighted_average
= 0;
in AssignSegments()
194
weighted_average
+= new_center * accum[n];
in AssignSegments()
198
weighted_average
= (
weighted_average
+ total_weight / 2) / total_weight;
in AssignSegments()
215
SetSegmentAlphas(enc, centers,
weighted_average
); // pick some alphas.
in AssignSegments()
/third_party/backends/backend/
H
A
D
lexmark_low.c
2482
weighted_average
= (lowest value + (highest value - lowest value)/4)
in sanei_lexmark_low_find_start_line()
2505
unsigned char
weighted_average
;
in sanei_lexmark_low_find_start_line()
local
2804
weighted_average
= min_byte + ((max_byte - min_byte) / 4);
in sanei_lexmark_low_find_start_line()
2809
if (*(buffer + i) >
weighted_average
)
in sanei_lexmark_low_find_start_line()
/third_party/astc-encoder/Source/
H
A
D
wuffs-v0.3.c
3690
uint32_t
weighted_average
= (19595 * cr) + (38470 * cg) + (7471 * cb) + 32768;
in wuffs_base__color_u32_argb_premul__as__color_u8_gray()
local
3691
return (uint8_t)(
weighted_average
>> 24);
in wuffs_base__color_u32_argb_premul__as__color_u8_gray()
3706
uint32_t
weighted_average
= (19595 * cr) + (38470 * cg) + (7471 * cb) + 32768;
in wuffs_base__color_u32_argb_premul__as__color_u16_gray()
local
3707
return (uint16_t)(
weighted_average
>> 16);
in wuffs_base__color_u32_argb_premul__as__color_u16_gray()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H
A
D
wuffs-v0.3.c
3475
uint32_t
weighted_average
= (19595 * cr) + (38470 * cg) + (7471 * cb) + 32768;
in wuffs_base__color_u32_argb_premul__as__color_u8_gray()
local
3476
return (uint8_t)(
weighted_average
>> 24);
in wuffs_base__color_u32_argb_premul__as__color_u8_gray()
3491
uint32_t
weighted_average
= (19595 * cr) + (38470 * cg) + (7471 * cb) + 32768;
in wuffs_base__color_u32_argb_premul__as__color_u16_gray()
local
3492
return (uint16_t)(
weighted_average
>> 16);
in wuffs_base__color_u32_argb_premul__as__color_u16_gray()
[all...]
Completed in 94 milliseconds