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_bits
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/brotli/c/enc/
H
A
D
block_splitter_inc.h
311
double
best_bits
;
317
best_bits
=
322
if (cur_bits <
best_bits
) {
323
best_bits
= cur_bits;
H
A
D
cluster_inc.h
178
double
best_bits
=
184
if (cur_bits <
best_bits
) {
185
best_bits
= cur_bits;
/third_party/skia/third_party/externals/brotli/c/enc/
H
A
D
block_splitter_inc.h
311
double
best_bits
;
317
best_bits
=
322
if (cur_bits <
best_bits
) {
323
best_bits
= cur_bits;
H
A
D
cluster_inc.h
178
double
best_bits
=
184
if (cur_bits <
best_bits
) {
185
best_bits
= cur_bits;
/third_party/ffmpeg/libavcodec/
H
A
D
motion_est.h
57
int
best_bits
;
member
H
A
D
wavpackenc.c
69
uint32_t
best_bits
;
member
751
if (bits < info->
best_bits
) {
in recurse_mono()
752
info->
best_bits
= bits;
in recurse_mono()
815
if (bits < info->
best_bits
) {
in sort_mono()
817
info->
best_bits
= bits;
in sort_mono()
852
if (bits >= info->
best_bits
)
in delta_mono()
856
info->
best_bits
= bits;
in delta_mono()
874
if (bits >= info->
best_bits
)
in delta_mono()
877
info->
best_bits
= bits;
in delta_mono()
955
info.
best_bits
in analyze_mono()
[all...]
H
A
D
dcaenc.c
751
int32_t
best_bits
= bands * 5;
in set_best_abits_code()
local
757
return
best_bits
;
in set_best_abits_code()
763
if (t <
best_bits
) {
in set_best_abits_code()
764
best_bits
= t;
in set_best_abits_code()
770
return
best_bits
;
in set_best_abits_code()
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
histogram_enc.c
1060
double
best_bits
= MAX_COST;
in HistogramRemap()
local
1069
cur_bits = HistogramAddThresh(out_histo[k], in_histo[i],
best_bits
);
in HistogramRemap()
1070
if (k == 0 || cur_bits <
best_bits
) {
in HistogramRemap()
1071
best_bits
= cur_bits;
in HistogramRemap()
/third_party/lwip/src/core/ipv6/
H
A
D
ip6.c
343
u8_t
best_bits
= 0;
local
395
((cand_pref == best_pref) && (cand_bits >
best_bits
))))) { /* Rule 8 */
400
best_bits
= cand_bits;
Completed in 13 milliseconds