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

Function lodepng_chunk_next

dependency/densecrf/examples/lodepng.cpp:2481–2485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2479}
2480
2481unsigned char* lodepng_chunk_next(unsigned char* chunk)
2482{
2483 unsigned total_chunk_length = lodepng_chunk_length(chunk) + 12;
2484 return &chunk[total_chunk_length];
2485}
2486
2487const unsigned char* lodepng_chunk_next_const(const unsigned char* chunk)
2488{

Callers 1

addUnknownChunksFunction · 0.85

Calls 1

lodepng_chunk_lengthFunction · 0.85

Tested by

no test coverage detected