Bilinear demozaicing method suppressed (it were containing a huge memory leak and gave worse result than "Fast", while being really marginally faster), and 2 unused files removed

This commit is contained in:
Hombre
2010-12-26 02:13:27 +01:00
parent 4eb4b6bbd7
commit 8cb45c0abe
6 changed files with 3 additions and 181 deletions

View File

@@ -384,7 +384,7 @@ class HSVEqualizerParams {
class RAWParams {
public:
enum eMethod{eahd,hphd,vng4,dcb,amaze,ahd,fast,bilinear,
enum eMethod{eahd,hphd,vng4,dcb,amaze,ahd,fast,
numMethods }; // This MUST be the last enum
static const char *methodstring[numMethods];