Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h716 unsigned lodepng_chunk_check_crc(const unsigned char* chunk);
Dlodepng.cpp2405 unsigned lodepng_chunk_check_crc(const unsigned char* chunk) in lodepng_chunk_check_crc() function
4702 if(lodepng_chunk_check_crc(chunk)) CERROR_BREAK(state->error, 57); /*invalid CRC*/ in decodeGeneric()