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

  /external/zopfli/src/zopfli/
deflate.h 57 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final,
62 Like ZopfliDeflate, but allows to specify start and end byte with instart and
zopfli_lib.c 37 ZopfliDeflate(options, 2 /* Dynamic block */, 1,
zlib_container.c 65 ZopfliDeflate(options, 2 /* dynamic block */, 1 /* final */,
gzip_container.c 96 ZopfliDeflate(options, 2 /* Dynamic block */, 1,
deflate.c 719 Parameters: see description of the ZopfliDeflate function.
753 Parameters: see description of the ZopfliDeflate function.
819 Deflate a part, to allow ZopfliDeflate() to use multiple master blocks if
844 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final,
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 59 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize);
62 ZopfliDeflate(&options, 2 /* Dynamic */, 1,
76 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize);
  /build/make/tools/zipalign/
ZipFile.cpp 871 ZopfliDeflate(&options, 2, true, (const unsigned char*)data, size, &bp,
902 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize);
    [all...]

Completed in 110 milliseconds