Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1126 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len);
1244 #define deflateBound mz_deflateBound
2148 mz_ulong mz_deflateBound(mz_streamp pStream, mz_ulong source_len) { in mz_deflateBound() function
2190 return mz_deflateBound(NULL, source_len); in mz_compressBound()