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:ASTCENC_ALIGNAS
(Results
1 - 9
of
9
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_internal.h
400
ASTCENC_ALIGNAS
float texel_weight_contribs_float_tr[4][BLOCK_MAX_TEXELS];
415
ASTCENC_ALIGNAS
float weights_texel_contribs_tr[BLOCK_MAX_TEXELS][BLOCK_MAX_WEIGHTS];
595
ASTCENC_ALIGNAS
decimation_info decimation_tables[WEIGHTS_MAX_DECIMATION_MODES];
755
ASTCENC_ALIGNAS
float data_r[BLOCK_MAX_TEXELS];
758
ASTCENC_ALIGNAS
float data_g[BLOCK_MAX_TEXELS];
761
ASTCENC_ALIGNAS
float data_b[BLOCK_MAX_TEXELS];
764
ASTCENC_ALIGNAS
float data_a[BLOCK_MAX_TEXELS];
918
ASTCENC_ALIGNAS
float weights[BLOCK_MAX_TEXELS];
921
ASTCENC_ALIGNAS
float weight_error_scale[BLOCK_MAX_TEXELS];
951
struct
ASTCENC_ALIGNAS
compression_working_buffer
[all...]
H
A
D
astcenc_weight_align.cpp
63
ASTCENC_ALIGNAS
static float sin_table[SINCOS_STEPS][ANGULAR_STEPS];
64
ASTCENC_ALIGNAS
static float cos_table[SINCOS_STEPS][ANGULAR_STEPS];
102
ASTCENC_ALIGNAS
int isamplev[BLOCK_MAX_WEIGHTS];
in compute_angular_offsets()
343
ASTCENC_ALIGNAS
float angular_offsets[ANGULAR_STEPS];
in compute_angular_endpoints_for_quant_levels()
348
ASTCENC_ALIGNAS
float lowest_weight[ANGULAR_STEPS];
in compute_angular_endpoints_for_quant_levels()
349
ASTCENC_ALIGNAS
int32_t weight_span[ANGULAR_STEPS];
in compute_angular_endpoints_for_quant_levels()
350
ASTCENC_ALIGNAS
float error[ANGULAR_STEPS];
in compute_angular_endpoints_for_quant_levels()
351
ASTCENC_ALIGNAS
float cut_low_weight_error[ANGULAR_STEPS];
in compute_angular_endpoints_for_quant_levels()
352
ASTCENC_ALIGNAS
float cut_high_weight_error[ANGULAR_STEPS];
in compute_angular_endpoints_for_quant_levels()
H
A
D
astcenc_vecmathlib_common_4.h
402
ASTCENC_ALIGNAS
int v[4];
in print()
413
ASTCENC_ALIGNAS
int v[4];
in printx()
424
ASTCENC_ALIGNAS
float v[4];
in print()
H
A
D
astcenc_mathlib.h
89
#define
ASTCENC_ALIGNAS
alignas(ASTCENC_VECALIGN)
macro
91
#define
ASTCENC_ALIGNAS
macro
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
921
ASTCENC_ALIGNAS
float infilled_weights[BLOCK_MAX_TEXELS];
1221
ASTCENC_ALIGNAS
float dec_weight[BLOCK_MAX_WEIGHTS];
1229
ASTCENC_ALIGNAS
float undec_weight[BLOCK_MAX_TEXELS];
1444
ASTCENC_ALIGNAS
float dec_weight_plane1[BLOCK_MAX_WEIGHTS_2PLANE];
1445
ASTCENC_ALIGNAS
float dec_weight_plane2[BLOCK_MAX_WEIGHTS_2PLANE];
1460
ASTCENC_ALIGNAS
float undec_weight_plane1[BLOCK_MAX_TEXELS];
1461
ASTCENC_ALIGNAS
float undec_weight_plane2[BLOCK_MAX_TEXELS];
H
A
D
astcenc_compress_symbolic.cpp
462
ASTCENC_ALIGNAS
float uq_weightsf[BLOCK_MAX_WEIGHTS];
in realign_weights_decimated()
683
ASTCENC_ALIGNAS
float dec_weights_uquantf[BLOCK_MAX_WEIGHTS];
in compress_symbolic_block_for_partition_1plane()
1055
ASTCENC_ALIGNAS
float dec_weights_uquantf[BLOCK_MAX_WEIGHTS];
in compress_symbolic_block_for_partition_2planes()
H
A
D
astcenc_image.cpp
112
ASTCENC_ALIGNAS
float datas[6];
in swz_texel()
H
A
D
astcenc_decompress_symbolic.cpp
536
ASTCENC_ALIGNAS
int plane1_weights[BLOCK_MAX_TEXELS];
in compute_symbolic_block_difference_1plane_1partition()
/third_party/astc-encoder/Source/UnitTest/
H
A
D
test_simd.cpp
933
ASTCENC_ALIGNAS
float out[4];
in TEST()
945
ASTCENC_ALIGNAS
float out[5];
in TEST()
1728
ASTCENC_ALIGNAS
int out[4];
in TEST()
1740
ASTCENC_ALIGNAS
int out[5];
in TEST()
1752
ASTCENC_ALIGNAS
int out;
in TEST()
Completed in 14 milliseconds