Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1115 int mz_deflate(mz_streamp pStream, int flush);
1242 #define deflate mz_deflate
2086 int mz_deflate(mz_streamp pStream, int flush) { in mz_deflate() function
2173 status = mz_deflate(&stream, MZ_FINISH); in mz_compress2()