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_path
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
quant_enc.c
601
int
best_path
[3] = {-1, -1, -1}; // store best-last/best-level/best-previous
in TrellisQuantizeBlock()
local
711
best_path
[0] = n; // best eob position
in TrellisQuantizeBlock()
712
best_path
[1] = m; // best node index
in TrellisQuantizeBlock()
713
best_path
[2] = best_prev; // best predecessor
in TrellisQuantizeBlock()
722
if (
best_path
[0] == -1) {
in TrellisQuantizeBlock()
729
// best_prev for non-terminal. So we patch
best_path
[2] in.
in TrellisQuantizeBlock()
731
int best_node =
best_path
[1];
in TrellisQuantizeBlock()
732
n =
best_path
[0];
in TrellisQuantizeBlock()
733
NODE(n, best_node).prev =
best_path
[2]; // force best-prev for terminal
in TrellisQuantizeBlock()
/third_party/ffmpeg/libavcodec/
H
A
D
mlpenc.c
1883
char *
best_path
;
in set_best_codebook()
local
1934
best_path
= path_counter[NUM_CODEBOOKS].path + 1;
in set_best_codebook()
1940
best_codebook = *
best_path
++;
in set_best_codebook()
/third_party/googletest/googletest/src/
H
A
D
gtest.cc
1337
std::vector<EditType>
best_path
;
1340
best_path
.push_back(move);
1344
std::reverse(
best_path
.begin(),
best_path
.end());
1345
return
best_path
;
/third_party/mesa3d/src/gtest/src/
H
A
D
gtest.cc
1081
std::vector<EditType>
best_path
;
in CalculateOptimalEdits()
local
1084
best_path
.push_back(move);
in CalculateOptimalEdits()
1088
std::reverse(
best_path
.begin(),
best_path
.end());
in CalculateOptimalEdits()
1089
return
best_path
;
in CalculateOptimalEdits()
/third_party/node/deps/googletest/src/
H
A
D
gtest.cc
1354
std::vector<EditType>
best_path
;
1357
best_path
.push_back(move);
1361
std::reverse(
best_path
.begin(),
best_path
.end());
1362
return
best_path
;
Completed in 37 milliseconds