HomeSort by relevance Sort by last modified time
    Searched refs:ZopfliInitCache (Results 1 - 3 of 3) sorted by null

  /external/zopfli/src/zopfli/
cache.h 46 void ZopfliInitCache(size_t blocksize, ZopfliLongestMatchCache* lmc);
cache.c 28 void ZopfliInitCache(size_t blocksize, ZopfliLongestMatchCache* lmc) {
deflate.c 603 ZopfliInitCache(blocksize, s.lmc);
655 ZopfliInitCache(blocksize, s.lmc);
783 ZopfliInitCache(inend - instart, s.lmc);

Completed in 86 milliseconds