more double promote fixes, still not complete

This commit is contained in:
Ingo Weyrich 2020-01-22 00:11:39 +01:00
parent 806c086fbc
commit 914daffa39
7 changed files with 1241 additions and 1382 deletions

View File

@ -105,6 +105,7 @@ set(RTENGINESOURCEFILES
lj92.c
lmmse_demosaic.cc
loadinitial.cc
munselllch.cc
myfile.cc
panasonic_decoders.cc
pdaflinesfilter.cc

File diff suppressed because it is too large Load Diff

View File

@ -20,16 +20,16 @@
#pragma once
#include <array>
#include <glibmm/ustring.h>
#include "rt_math.h"
#include "LUT.h"
#include "iccmatrices.h"
#include "lcms2.h"
#include "sleef.h"
#define SAT(a,b,c) ((float)max(a,b,c)-(float)min(a,b,c))/(float)max(a,b,c)
namespace Glib
{
class ustring;
}
namespace rtengine
{

View File

@ -33,6 +33,7 @@
#include "opthelper.h"
#include "ciecam02.h"
#include "color.h"
#include "iccmatrices.h"
#include "iccstore.h"
using namespace std;

1232
rtengine/munselllch.cc Normal file

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,7 @@
#include "dcp.h"
#include "dfmanager.h"
#include "ffmanager.h"
#include "iccmatrices.h"
#include "iccstore.h"
#include "imagefloat.h"
#include "improcfun.h"

View File

@ -31,6 +31,7 @@
#include "colortemp.h"
#include "curves.h"
#include "dcp.h"
#include "iccmatrices.h"
#include "iccstore.h"
#include "image8.h"
#include "improcfun.h"