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:amod
(Results
1 - 4
of
4
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_mathlib.h
472
vfloat4
amod
;
member
478
vfloat4
amod
;
member
484
vfloat4
amod
;
member
H
A
D
astcenc_pick_best_endpoint_format.cpp
100
vfloat uncor_amod0(uncor_pline.
amod
.lane<0>());
in compute_error_squared_rgb_single_partition()
101
vfloat uncor_amod1(uncor_pline.
amod
.lane<1>());
in compute_error_squared_rgb_single_partition()
102
vfloat uncor_amod2(uncor_pline.
amod
.lane<2>());
in compute_error_squared_rgb_single_partition()
114
vfloat rgbl_amod0(rgbl_pline.
amod
.lane<0>());
in compute_error_squared_rgb_single_partition()
115
vfloat rgbl_amod1(rgbl_pline.
amod
.lane<1>());
in compute_error_squared_rgb_single_partition()
116
vfloat rgbl_amod2(rgbl_pline.
amod
.lane<2>());
in compute_error_squared_rgb_single_partition()
175
// Compute same chroma error - no "
amod
", its always zero
in compute_error_squared_rgb_single_partition()
197
// Compute luma error - no "
amod
", its always zero
in compute_error_squared_rgb_single_partition()
251
// Compute same chroma error - no "
amod
", its always zero
in compute_error_squared_rgb_single_partition()
277
// Compute luma error - no "
amod
", it
in compute_error_squared_rgb_single_partition()
[all...]
H
A
D
astcenc_averages_and_directions.cpp
754
vfloat l_uncor_amod0(l_uncor.
amod
.lane<0>());
in compute_error_squared_rgba()
755
vfloat l_uncor_amod1(l_uncor.
amod
.lane<1>());
in compute_error_squared_rgba()
756
vfloat l_uncor_amod2(l_uncor.
amod
.lane<2>());
in compute_error_squared_rgba()
757
vfloat l_uncor_amod3(l_uncor.
amod
.lane<3>());
in compute_error_squared_rgba()
764
assert(all(l_samec.
amod
== vfloat4(0.0f)));
in compute_error_squared_rgba()
871
vfloat l_uncor_amod0(l_uncor.
amod
.lane<0>());
872
vfloat l_uncor_amod1(l_uncor.
amod
.lane<1>());
873
vfloat l_uncor_amod2(l_uncor.
amod
.lane<2>());
879
assert(all(l_samec.
amod
== vfloat4(0.0f)));
H
A
D
astcenc_find_best_partitioning.cpp
643
uncor_plines[j].
amod
= uncor_lines[j].a - uncor_lines[j].b * dot(uncor_lines[j].a, uncor_lines[j].b);
649
samec_plines[j].
amod
= vfloat4::zero();
714
pl.uncor_pline.
amod
= pl.uncor_line.a - pl.uncor_line.b * dot3(pl.uncor_line.a, pl.uncor_line.b);
717
pl.samec_pline.
amod
= vfloat4::zero();
Completed in 4 milliseconds