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:current_threshold
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_dynaudnorm.c
563
double
current_threshold
= threshold;
in setup_compress_thresh()
local
567
while ((llrint((
current_threshold
+ step_size) * (UINT64_C(1) << 63)) >
in setup_compress_thresh()
568
llrint(
current_threshold
* (UINT64_C(1) << 63))) &&
in setup_compress_thresh()
569
(bound(
current_threshold
+ step_size, 1.0) <= threshold)) {
in setup_compress_thresh()
570
current_threshold
+= step_size;
in setup_compress_thresh()
576
return
current_threshold
;
in setup_compress_thresh()
614
const double
current_threshold
= fmin(1.0, s->compress_factor * standard_deviation);
in perform_compression()
local
616
const double prev_value = is_first_frame ?
current_threshold
: s->compress_threshold[0];
in perform_compression()
618
s->compress_threshold[0] = is_first_frame ?
current_threshold
: update_value(
current_threshold
,
in perform_compression()
639
const double
current_threshold
= setup_compress_thresh(fmin(1.0, s->compress_factor * standard_deviation));
perform_compression()
local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H
A
D
peeling_pass.cpp
1007
size_t
current_threshold
= LoopPeelingPass::GetLoopPeelingThreshold();
in TEST_F()
local
1011
LoopPeelingPass::SetLoopPeelingThreshold(
current_threshold
);
in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H
A
D
peeling_pass.cpp
1007
size_t
current_threshold
= LoopPeelingPass::GetLoopPeelingThreshold();
in TEST_F()
local
1011
LoopPeelingPass::SetLoopPeelingThreshold(
current_threshold
);
in TEST_F()
/third_party/spirv-tools/test/opt/loop_optimizations/
H
A
D
peeling_pass.cpp
1006
size_t
current_threshold
= LoopPeelingPass::GetLoopPeelingThreshold();
in TEST_F()
local
1010
LoopPeelingPass::SetLoopPeelingThreshold(
current_threshold
);
in TEST_F()
Completed in 7 milliseconds