MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / inflate

Function inflate

dependency/densecrf/examples/lodepng.cpp:1296–1308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295
1296static unsigned inflate(unsigned char** out, size_t* outsize,
1297 const unsigned char* in, size_t insize,
1298 const LodePNGDecompressSettings* settings)
1299{
1300 if(settings->custom_inflate)
1301 {
1302 return settings->custom_inflate(out, outsize, in, insize, settings);
1303 }
1304 else
1305 {
1306 return lodepng_inflate(out, outsize, in, insize, settings);
1307 }
1308}
1309
1310#endif /*LODEPNG_COMPILE_DECODER*/
1311

Callers 1

lodepng_zlib_decompressFunction · 0.85

Calls 1

lodepng_inflateFunction · 0.85

Tested by

no test coverage detected