Home
last modified time | relevance | path

Searched refs:ZopfliBlockState (Results 1 – 6 of 6) sorted by relevance

/external/zopfli/src/zopfli/
Dlz77.h62 typedef struct ZopfliBlockState { struct
73 } ZopfliBlockState; typedef
92 ZopfliBlockState *s, const ZopfliHash* h, const unsigned char* array,
125 void ZopfliLZ77Greedy(ZopfliBlockState* s, const unsigned char* in,
Dsqueeze.h41 void ZopfliLZ77Optimal(ZopfliBlockState *s,
55 void ZopfliLZ77OptimalFixed(ZopfliBlockState *s,
Dsqueeze.c208 static double GetBestLengths(ZopfliBlockState *s, in GetBestLengths()
334 static void FollowPath(ZopfliBlockState* s, in FollowPath()
431 static double LZ77OptimalRun(ZopfliBlockState* s, in LZ77OptimalRun()
447 void ZopfliLZ77Optimal(ZopfliBlockState *s, in ZopfliLZ77Optimal()
522 void ZopfliLZ77OptimalFixed(ZopfliBlockState *s, in ZopfliLZ77OptimalFixed()
Dlz77.c162 static int TryGetFromLongestMatchCache(ZopfliBlockState* s, in TryGetFromLongestMatchCache()
206 static void StoreInLongestMatchCache(ZopfliBlockState* s, in StoreInLongestMatchCache()
229 void ZopfliFindLongestMatch(ZopfliBlockState* s, const ZopfliHash* h, in ZopfliFindLongestMatch()
366 void ZopfliLZ77Greedy(ZopfliBlockState* s, const unsigned char* in, in ZopfliLZ77Greedy()
Ddeflate.c591 ZopfliBlockState s; in DeflateDynamicBlock()
644 ZopfliBlockState s; in DeflateFixedBlock()
762 ZopfliBlockState s; in DeflateSplittingLast()
Dblocksplitter.c289 ZopfliBlockState s; in ZopfliBlockSplit()