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:best_vector
(Results
1 - 2
of
2
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_averages_and_directions.cpp
440
vfloat4
best_vector
= sum_xp;
444
best_vector
= select(
best_vector
, sum_yp, mask);
448
best_vector
= select(
best_vector
, sum_zp, mask);
452
best_vector
= select(
best_vector
, sum_wp, mask);
454
pm[partition].dir =
best_vector
;
553
vfloat4
best_vector
= sum_xp;
local
557
best_vector
616
vfloat4
best_vector
= sum_xp;
compute_avgs_and_dirs_3_comp_rgb()
local
712
vfloat4
best_vector
= sum_xp;
compute_avgs_and_dirs_2_comp()
local
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
svq1enc.c
98
int
best_vector
[6];
in encode_block()
local
165
best_vector
[stage] = i;
in encode_block()
171
vector = codebook + stage * size * 16 +
best_vector
[stage] * size;
in encode_block()
227
av_assert2(
best_vector
[i] >= 0 &&
best_vector
[i] < 16);
in encode_block()
228
put_bits(&s->reorder_pb[level], 4,
best_vector
[i]);
in encode_block()
Completed in 3 milliseconds