From d85645088cdc918758995f904f01263b276b7038 Mon Sep 17 00:00:00 2001 From: David Hilvert Date: Mon, 29 Oct 2007 04:11:00 +0000 Subject: [PATCH] d2::exposure::exposure_default: Increase interpolation bits from 4 to 6. darcs-hash:20071029041158-d1b56-7d5e511423ac7193891b54abcfd39d3b4db5bc81.gz --- d2/exposure/exposure_default.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d2/exposure/exposure_default.h b/d2/exposure/exposure_default.h index d0c272d..cddcb0b 100644 --- a/d2/exposure/exposure_default.h +++ b/d2/exposure/exposure_default.h @@ -47,7 +47,7 @@ public: #else const int table_size = 1024; const int table_bits = 10; - const int interp_bits = 4; + const int interp_bits = 6; static int table_is_built = 0; static ale_real table[table_size]; @@ -105,7 +105,7 @@ public: const int table_size = 1024; const int table_bits = 10; - const int interp_bits = 4; + const int interp_bits = 6; static int table_is_built = 0; static ale_real table[table_size]; -- 2.11.4.GIT