OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZopfliBlockState
(Results
1 - 6
of
6
) sorted by null
/external/zopfli/src/zopfli/
squeeze.h
41
void ZopfliLZ77Optimal(
ZopfliBlockState
*s,
55
void ZopfliLZ77OptimalFixed(
ZopfliBlockState
*s,
lz77.h
62
typedef struct
ZopfliBlockState
{
73
}
ZopfliBlockState
;
92
ZopfliBlockState
*s, const ZopfliHash* h, const unsigned char* array,
125
void ZopfliLZ77Greedy(
ZopfliBlockState
* s, const unsigned char* in,
lz77.c
162
static int TryGetFromLongestMatchCache(
ZopfliBlockState
* s,
206
static void StoreInLongestMatchCache(
ZopfliBlockState
* s,
229
void ZopfliFindLongestMatch(
ZopfliBlockState
* s, const ZopfliHash* h,
366
void ZopfliLZ77Greedy(
ZopfliBlockState
* s, const unsigned char* in,
squeeze.c
198
s: the
ZopfliBlockState
208
static double GetBestLengths(
ZopfliBlockState
*s,
334
static void FollowPath(
ZopfliBlockState
* s,
431
static double LZ77OptimalRun(
ZopfliBlockState
* s,
447
void ZopfliLZ77Optimal(
ZopfliBlockState
*s,
522
void ZopfliLZ77OptimalFixed(
ZopfliBlockState
*s,
blocksplitter.c
289
ZopfliBlockState
s;
deflate.c
591
ZopfliBlockState
s;
644
ZopfliBlockState
s;
762
ZopfliBlockState
s;
Completed in 930 milliseconds