hmm some more generous params for sc.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 31 Mar 2009 04:12:09 +0000 (04:12 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 31 Mar 2009 04:12:09 +0000 (04:12 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@39808 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_image_scalecache.c

index 74023db..76bdcd6 100644 (file)
 
 #define SCALECACHE 1
 
-#define MAX_SCALEITEMS 16
+#define MAX_SCALEITEMS 32
 #define MIN_SCALE_USES 3
 #define MIN_SCALE_AGE_GAP 5000
 #define MIN_SCALECACHE_SIZE 3200
 #define FLOP_ADD 4
 #define MAX_FLOP_COUNT 16
 #define FLOP_DEL 1
-#define SCALE_CACHE_SIZE 4 * 1024 * 1024
+#define SCALE_CACHE_SIZE 10 * 1024 * 1024
 
 typedef struct _Scaleitem Scaleitem;