Speedup for Line Denoise, Issue 1953

This commit is contained in:
Ingo
2013-08-24 13:36:33 +02:00
parent da0c312676
commit 91b19a5ee5
2 changed files with 59 additions and 80 deletions

View File

@@ -209,7 +209,7 @@ class RawImageSource : public ImageSource {
int LinEqSolve( int nDim, float* pfMatr, float* pfVect, float* pfSolution);//Emil's CA auto correction
void CA_correct_RT (double cared, double cablue);
void ddct8x8s(int isgn, float **a);
void ddct8x8s(int isgn, float a[8][8]);
void processRawWhitepoint (float expos, float preser); // exposure before interpolation
int cfaCleanFromMap( PixelsMap &bitmapBads );