Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21935
Modified Files: dcraw.cc dcraw_indi.c Log Message: Clean up latest commit. Set tile size for AHD interpolation to 512. Index: dcraw.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v retrieving revision 1.292 retrieving revision 1.293 diff -u -d -r1.292 -r1.293 --- dcraw.cc 1 Jun 2013 18:45:17 -0000 1.292 +++ dcraw.cc 2 Jun 2013 05:30:14 -0000 1.293 @@ -343,7 +343,7 @@ #ifndef HAVE_MEMMEM const char *memmem (const char *haystack, size_t haystacklen, - const char *needle, size_t needlelen) + const char *needle, size_t needlelen) { const char *c; for (c = haystack; c <= haystack + haystacklen - needlelen; c++) @@ -8262,9 +8262,6 @@ height = 2144; width = 2880; flip = 6; - } else if (!strcmp(model+7,"FinePix S5100") || - !strcmp(model+7,"FinePix S5500")) { - height -= top_margin = 6; } else if (load_raw != &CLASS packed_load_raw) maximum = (is_raw == 2 && shot_select) ? 0x2f00 : 0x3e00; top_margin = (raw_height - height) >> 2 << 1; Index: dcraw_indi.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw_indi.c,v retrieving revision 1.109 retrieving revision 1.110 diff -u -d -r1.109 -r1.110 --- dcraw_indi.c 1 Jun 2013 18:30:58 -0000 1.109 +++ dcraw_indi.c 2 Jun 2013 05:30:14 -0000 1.110 @@ -576,7 +576,7 @@ Adaptive Homogeneity-Directed interpolation is based on the work of Keigo Hirakawa, Thomas Parks, and Paul Lee. */ -#define TS 256 /* Tile Size */ +#define TS 512 /* Tile Size */ void CLASS ahd_interpolate_INDI(ushort(*image)[4], const unsigned filters, const int width, const int height, ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs