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:weight_sum
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_amix.c
176
float
weight_sum
; /**< sum of custom weights for every input */
member
215
float
weight_sum
= 0.f;
in calculate_scales()
local
220
weight_sum
+= FFABS(s->weights[i]);
in calculate_scales()
224
if (s->scale_norm[i] >
weight_sum
/ FFABS(s->weights[i])) {
in calculate_scales()
225
s->scale_norm[i] -= ((s->
weight_sum
/ FFABS(s->weights[i])) / s->nb_inputs) *
in calculate_scales()
227
s->scale_norm[i] = FFMAX(s->scale_norm[i],
weight_sum
/ FFABS(s->weights[i]));
in calculate_scales()
282
s->scale_norm[i] = s->
weight_sum
/ FFABS(s->weights[i]);
in config_output()
523
s->
weight_sum
= 0.f;
in parse_weights()
528
s->
weight_sum
+= FFABS(last_weight);
in parse_weights()
539
s->
weight_sum
in parse_weights()
[all...]
H
A
D
vf_minterpolate.c
920
int
weight_sum
= 0;
in set_frame_data()
local
927
weight_sum
+= pixel_weights->weights[i];
in set_frame_data()
929
if (!
weight_sum
|| !pixel_refs->nb) {
in set_frame_data()
940
weight_sum
= ALPHA_MAX;
in set_frame_data()
956
val = ROUNDED_DIV(val,
weight_sum
);
in set_frame_data()
/third_party/ffmpeg/libavcodec/
H
A
D
error_resilience.c
209
int64_t guess,
weight_sum
;
in guess_dc()
local
218
weight_sum
= 0;
in guess_dc()
223
weight_sum
+= weight;
in guess_dc()
225
guess = (guess +
weight_sum
/ 2) /
weight_sum
;
in guess_dc()
/third_party/astc-encoder/Source/
H
A
D
astcenc_compress_symbolic.cpp
1293
float
weight_sum
= 0.0f;
in prepare_block_statistics()
local
1300
weight_sum
+= weight;
in prepare_block_statistics()
1330
float rpt = 1.0f / astc::max(
weight_sum
, 1e-7f);
in prepare_block_statistics()
Completed in 8 milliseconds