OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZopfliGetLengthSymbol
(Results
1 - 5
of
5
) sorted by null
/external/zopfli/src/zopfli/
util.h
123
int
ZopfliGetLengthSymbol
(int l);
util.c
168
int
ZopfliGetLengthSymbol
(int l) {
squeeze.c
128
int lsym =
ZopfliGetLengthSymbol
(litlen);
146
int lsym =
ZopfliGetLengthSymbol
(litlen);
405
stats->litlens[
ZopfliGetLengthSymbol
(store->litlens[i])]++;
lz77.c
476
ll_count[
ZopfliGetLengthSymbol
(litlens[i])]++;
deflate.c
317
unsigned lls =
ZopfliGetLengthSymbol
(litlen);
359
result += ll_lengths[
ZopfliGetLengthSymbol
(litlens[i])];
Completed in 828 milliseconds