Searched defs:ZopfliLZ77Store (Results 1 - 1 of 1) sorted by relevance

/external/zopfli/src/zopfli/
H A Dlz77.h44 typedef struct ZopfliLZ77Store { struct
49 } ZopfliLZ77Store; typedef in typeref:struct:ZopfliLZ77Store
51 void ZopfliInitLZ77Store(ZopfliLZ77Store* store);
52 void ZopfliCleanLZ77Store(ZopfliLZ77Store* store);
53 void ZopfliCopyLZ77Store(const ZopfliLZ77Store* source, ZopfliLZ77Store* dest);
55 ZopfliLZ77Store* store);
121 The result is placed in the ZopfliLZ77Store.
127 ZopfliLZ77Store* store);

Completed in 95 milliseconds