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:get_quant_level
(Results
1 - 5
of
5
) sorted by relevance
/third_party/astc-encoder/Utils/
H
A
D
astc_quant_generator.cpp
54
static inline unsigned int
get_quant_level
(quant_method method)
in get_quant_level()
function
265
unsigned int levels =
get_quant_level
(config.quant);
in generate_unpacked_quant()
399
printf("\t{ // QUANT_%u\n",
get_quant_level
(config.quant));
in main()
/third_party/astc-encoder/Source/
H
A
D
astcenc_symbolic_physical.cpp
158
float weight_quant_levels = static_cast<float>(
get_quant_level
(weight_quant_method));
in symbolic_to_physical()
H
A
D
astcenc_entry.cpp
1355
info->color_level_count =
get_quant_level
(scb.get_color_quant_mode());
in astcenc_get_block_info()
1356
info->weight_level_count =
get_quant_level
(bm.get_weight_quant_mode());
in astcenc_get_block_info()
H
A
D
astcenc_internal.h
247
static inline unsigned int
get_quant_level
(quant_method method)
in get_quant_level()
function
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
1051
vint steps_m1(
get_quant_level
(quant_level) - 1);
1077
if (
get_quant_level
(quant_level) <= 16)
Completed in 9 milliseconds