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:max_sum
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
H
A
D
cpufreq_boost.c
147
const int
max_sum
= max_freq_khz / 1000;
in load_cpu()
local
155
} while (++sum <
max_sum
);
in load_cpu()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_maskfun.c
42
uint64_t
max_sum
;
member
143
if (sum >= s->
max_sum
) \
233
s->
max_sum
= 0;
in set_max_sum()
237
s->
max_sum
+= (uint64_t)s->sum * s->planewidth[p] * s->planeheight[p];
in set_max_sum()
/third_party/pulseaudio/speex/tmv/
H
A
D
mdf_tm.h
228
register float
max_sum
= 1;
in mdf_adjust_prop()
local
257
max_sum
= fmux(propi >
max_sum
, propi,
max_sum
);
in mdf_adjust_prop()
264
propi += .1f *
max_sum
;
in mdf_adjust_prop()
/third_party/pulseaudio/src/pulsecore/
H
A
D
resampler.c
1366
float
max_sum
= 0.0f;
in setup_remap()
local
1373
if (sum >
max_sum
) {
max_sum
= sum; }
in setup_remap()
1377
m->map_table_f[oc][ic] /=
max_sum
;
in setup_remap()
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
mdf.c
350
spx_word16_t
max_sum
= 1;
in mdf_adjust_prop()
local
363
if (prop[i] >
max_sum
)
in mdf_adjust_prop()
364
max_sum
= prop[i];
in mdf_adjust_prop()
368
prop[i] += MULT16_16_Q15(QCONST16(.1f,15),
max_sum
);
in mdf_adjust_prop()
Completed in 8 milliseconds