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:NUM_LENGTH_CODES
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/webp/
H
A
D
format_constants.h
44
#define
NUM_LENGTH_CODES
24
macro
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
histogram_enc.h
104
return NUM_LITERAL_CODES +
NUM_LENGTH_CODES
+
in VP8LHistogramNumCodes()
H
A
D
histogram_enc.c
210
NUM_LITERAL_CODES +
NUM_LENGTH_CODES
+ PixOrCopyCacheIdx(v);
in VP8LHistogramAddSinglePixOrCopy()
367
+ VP8LExtraCost(p->literal_ + NUM_LITERAL_CODES,
NUM_LENGTH_CODES
)
in VP8LHistogramEstimateBits()
386
NUM_LENGTH_CODES
);
in GetCombinedHistogramEntropy()
517
VP8LExtraCost(h->literal_ + NUM_LITERAL_CODES,
NUM_LENGTH_CODES
);
in UpdateHistogramCost()
H
A
D
backward_references_cost_enc.c
103
const int literal_idx = VALUES_IN_BYTE +
NUM_LENGTH_CODES
+ idx;
in GetCacheCost()
573
sizeof(double) * (NUM_LITERAL_CODES +
NUM_LENGTH_CODES
+
in BackwardReferencesHashChainDistanceOnly()
H
A
D
backward_references_enc.c
777
++histos[i]->literal_[NUM_LITERAL_CODES +
NUM_LENGTH_CODES
+ key];
in CalculateBestCacheSize()
H
A
D
vp8l_enc.c
985
const int literal_ix = 256 +
NUM_LENGTH_CODES
+ code;
in StoreImageToBitMask()
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
huffman_utils.c
214
((1 << MAX_CACHE_BITS) + NUM_LITERAL_CODES +
NUM_LENGTH_CODES
)
/third_party/ffmpeg/libavcodec/
H
A
D
webp.c
67
#define
NUM_LENGTH_CODES
24
macro
73
NUM_LITERAL_CODES +
NUM_LENGTH_CODES
,
651
} else if (v < NUM_LITERAL_CODES +
NUM_LENGTH_CODES
) {
in decode_entropy_coded_image()
732
int cache_idx = v - (NUM_LITERAL_CODES +
NUM_LENGTH_CODES
);
in decode_entropy_coded_image()
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
vp8l_dec.c
50
NUM_LITERAL_CODES +
NUM_LENGTH_CODES
,
1023
const int len_code_limit = NUM_LITERAL_CODES +
NUM_LENGTH_CODES
;
in DecodeAlphaData()
1129
const int len_code_limit = NUM_LITERAL_CODES +
NUM_LENGTH_CODES
;
in DecodeImageData()
Completed in 16 milliseconds