Readded bilinear demosaicing

Added elapsed timing verbose
This commit is contained in:
ffsup2
2010-10-28 23:38:38 +02:00
parent 6b653ad5a1
commit 8c6bfa22ad
3 changed files with 17 additions and 5 deletions

View File

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