Searched refs:adler32 (Results 1 – 2 of 2) sorted by relevance
184 static int adler32(const uint8_t *input, int len) { in adler32() function215 int sum = adler32(bb, width * height); in checksum()
363 long sum = adler32(bb); in addSampleData()368 static long adler32(byte[] input) { in adler32() method in NativeDecoderTest