MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / tdefl_compress_buffer

Function tdefl_compress_buffer

SampleFramework12/v1.00/TinyEXR.cpp:3843–3847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3841}
3842
3843tdefl_status tdefl_compress_buffer(tdefl_compressor *d, const void *pIn_buf,
3844 size_t in_buf_size, tdefl_flush flush) {
3845 MZ_ASSERT(d->m_pPut_buf_func);
3846 return tdefl_compress(d, pIn_buf, &in_buf_size, NULL, NULL, flush);
3847}
3848
3849tdefl_status tdefl_init(tdefl_compressor *d,
3850 tdefl_put_buf_func_ptr pPut_buf_func,

Calls 1

tdefl_compressFunction · 0.85

Tested by

no test coverage detected