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_offset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
backward_references_enc.c
626
int
best_offset
;
in BackwardReferencesLz77Box()
local
632
best_offset
= VP8LHashChainFindOffset(hash_chain_best, i);
in BackwardReferencesLz77Box()
634
if (
best_offset
== window_offsets[ind]) {
in BackwardReferencesLz77Box()
649
best_offset
= use_prev ? best_offset_prev : 0;
in BackwardReferencesLz77Box()
674
best_offset
=
in BackwardReferencesLz77Box()
694
(
best_offset
<< MAX_LENGTH_BITS) | (uint32_t)best_length;
in BackwardReferencesLz77Box()
695
best_offset_prev =
best_offset
;
in BackwardReferencesLz77Box()
/third_party/ffmpeg/libavcodec/
H
A
D
mlpenc.c
171
BestOffset
best_offset
[MAJOR_HEADER_INTERVAL+1][MAX_CHANNELS][NUM_CODEBOOKS];
member
1858
const BestOffset *cur_bo = ctx->
best_offset
[idx][channel],
in best_codebook_path_cost()
1859
*prev_bo = idx ? ctx->
best_offset
[idx - 1][channel] :
in best_codebook_path_cost()
1890
cur_bo = ctx->
best_offset
[index][channel];
in set_best_codebook()
1941
cur_bo = &ctx->
best_offset
[index][channel][best_codebook];
in set_best_codebook()
2037
ctx->cur_best_offset = ctx->
best_offset
[index];
in analyze_sample_buffer()
/third_party/ffmpeg/libavfilter/
H
A
D
af_atempo.c
641
int
best_offset
= -drift;
in yae_align()
local
676
best_offset
= i - window / 2;
in yae_align()
680
return
best_offset
;
in yae_align()
Completed in 8 milliseconds