summaryrefslogtreecommitdiff
path: root/test/affine-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/affine-test.c')
-rw-r--r--test/affine-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/affine-test.c b/test/affine-test.c
index f60ec14..b83049e 100644
--- a/test/affine-test.c
+++ b/test/affine-test.c
@@ -307,11 +307,11 @@ test_composite (int testnum,
}
#if BILINEAR_INTERPOLATION_BITS == 8
-#define CHECKSUM 0x97097336
+#define CHECKSUM 0x2CDF1F07
#elif BILINEAR_INTERPOLATION_BITS == 7
-#define CHECKSUM 0x31D2DC21
+#define CHECKSUM 0xBC00B1DF
#elif BILINEAR_INTERPOLATION_BITS == 4
-#define CHECKSUM 0x8B925154
+#define CHECKSUM 0xA227306B
#else
#define CHECKSUM 0x00000000
#endif