[babl] babl: reduce number of pixels tested when profiling to 128



commit efcbbf180060385edfd9922e7de3ffc8895d0747
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sat Mar 31 17:08:16 2012 +0100

    babl: reduce number of pixels tested when profiling to 128

 babl/babl-conversion.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/babl/babl-conversion.c b/babl/babl-conversion.c
index d12222d..4f68aaa 100644
--- a/babl/babl-conversion.c
+++ b/babl/babl-conversion.c
@@ -429,7 +429,7 @@ babl_conversion_process (const Babl *babl,
   return n;
 }
 
-#define test_pixels    2048
+#define test_pixels    128
 
 
 static double *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]