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_distance
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
backward_references_enc.c
343
uint32_t
best_distance
= 0;
in VP8LHashChainFill()
local
359
best_distance
= xsize;
in VP8LHashChainFill()
368
best_distance
= 1;
in VP8LHashChainFill()
385
best_distance
= base_position - pos;
in VP8LHashChainFill()
396
assert(
best_distance
<= WINDOW_SIZE);
in VP8LHashChainFill()
398
(
best_distance
<< MAX_LENGTH_BITS) | (uint32_t)best_length;
in VP8LHashChainFill()
401
if (
best_distance
== 0 || base_position == 0) break;
in VP8LHashChainFill()
403
if (base_position <
best_distance
||
in VP8LHashChainFill()
404
argb[base_position -
best_distance
] != argb[base_position]) {
in VP8LHashChainFill()
409
// matching interval is as close as possible (
best_distance
in VP8LHashChainFill()
[all...]
/third_party/astc-encoder/Source/
H
A
D
astcenc_find_best_partitioning.cpp
161
float
best_distance
= std::numeric_limits<float>::max();
in kmeans_assign()
local
169
if (distance <
best_distance
)
in kmeans_assign()
171
best_distance
= distance;
in kmeans_assign()
Completed in 3 milliseconds