OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentstore
(Results
1 - 1
of
1
) sorted by null
/external/zopfli/src/zopfli/
squeeze.c
456
ZopfliLZ77Store
currentstore
;
local
470
ZopfliInitLZ77Store(&
currentstore
);
476
ZopfliLZ77Greedy(s, in, instart, inend, &
currentstore
);
477
GetStatistics(&
currentstore
, &stats);
482
ZopfliCleanLZ77Store(&
currentstore
);
483
ZopfliInitLZ77Store(&
currentstore
);
486
&
currentstore
);
487
cost = ZopfliCalculateBlockSize(
currentstore
.litlens,
currentstore
.dists,
488
0,
currentstore
.size, 2)
[
all
...]
Completed in 127 milliseconds