OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixedstore
(Results
1 - 1
of
1
) sorted by null
/external/zopfli/src/zopfli/
deflate.c
612
ZopfliLZ77Store
fixedstore
;
local
613
ZopfliInitLZ77Store(&
fixedstore
);
614
ZopfliLZ77OptimalFixed(&s, in, instart, inend, &
fixedstore
);
617
fixedcost = ZopfliCalculateBlockSize(
fixedstore
.litlens,
fixedstore
.dists,
618
0,
fixedstore
.size, 1);
622
store =
fixedstore
;
624
ZopfliCleanLZ77Store(&
fixedstore
);
Completed in 328 milliseconds