checksum.h 238 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 /* * Layout of attributes of each tests for checksums */ typedef struct { int avoidtest; int pixtype; int width; int height; } ChecksumAttrib_t; extern unsigned long long testChecksums[]; extern ChecksumAttrib_t checksumAttrib[];