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:tune_db_limit
(Results
1 - 4
of
4
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_entry.cpp
409
config.
tune_db_limit
= astc::max(config.
tune_db_limit
, 0.0f);
in validate_config()
522
config.
tune_db_limit
= astc::max((*preset_configs)[start].tune_db_limit_a_base - 35 * ltexels,
in astcenc_config_init()
561
config.
tune_db_limit
= astc::max(LERP(tune_db_limit_a_base) - 35 * ltexels,
in astcenc_config_init()
596
config.
tune_db_limit
= 999.0f;
in astcenc_config_init()
625
config.
tune_db_limit
*= 1.03f;
in astcenc_config_init()
743
ctx->config.
tune_db_limit
= astc::pow(0.1f, ctx->config.
tune_db_limit
* 0.1f) * 65535.0f * 65535.0f;
in astcenc_context_alloc()
747
ctx->config.
tune_db_limit
= 0.0f;
in astcenc_context_alloc()
H
A
D
astcenc.h
563
float
tune_db_limit
;
member
H
A
D
astcenccli_toplevel.cpp
1029
config.
tune_db_limit
= static_cast<float>(atof(argv[argidx - 1]));
in edit_astcenc_config()
1273
printf(" PSNR cutoff: %g dB\n", static_cast<double>(config.
tune_db_limit
));
in print_astcenc_config()
H
A
D
astcenc_compress_symbolic.cpp
1457
float error_threshold = ctx.config.
tune_db_limit
in compress_block()
1539
float error_threshold = ctx.config.
tune_db_limit
in compress_block()
Completed in 9 milliseconds