OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZopfliLZ77Optimal
(Results
1 - 3
of
3
) sorted by null
/external/zopfli/src/zopfli/
squeeze.h
41
void
ZopfliLZ77Optimal
(ZopfliBlockState *s,
46
Does the same as
ZopfliLZ77Optimal
, but optimized for the fixed tree of the
deflate.c
606
ZopfliLZ77Optimal
(&s, in, instart, inend, &store);
787
ZopfliLZ77Optimal
(&s, in, instart, inend, &store);
squeeze.c
415
Does a single run for
ZopfliLZ77Optimal
. For good compression, repeated runs
447
void
ZopfliLZ77Optimal
(ZopfliBlockState *s,
Completed in 29 milliseconds