/dports/graphics/art/ART-1.9.3/rtengine/ |
H A D | iplabadjustments.cc | 269 LUTu hist16; in labAdjustments() local 274 hist16(65536); in labAdjustments() 280 hist16.clear(); in labAdjustments() 289 LUTu hist16thr (hist16.getSize()); // one temporary lookup table per thread in labAdjustments() 304 hist16 += hist16thr; in labAdjustments() 309 …e, params->labCurve.brightness, params->labCurve.contrast, params->labCurve.lcurve, hist16, scale); in labAdjustments()
|
H A D | iptonecurve.cc | 85 LUTu hist16(65536); in apply_contrast() local 89 ipf.firstAnalysis(rgb, *im.params, hist16); in apply_contrast() 92 hist16, curve1, curve2, curve, dummy, in apply_contrast()
|
H A D | iimage.h | 933 void calcGrayscaleHist(unsigned int *hist16) const in calcGrayscaleHist() argument 941 hist16[rIdx]++; in calcGrayscaleHist() 942 hist16[gIdx] += 2; // Bayer 2x green correction in calcGrayscaleHist() 943 hist16[bIdx]++; in calcGrayscaleHist() 1542 void calcGrayscaleHist(unsigned int *hist16) const in calcGrayscaleHist() argument 1550 hist16[rIdx]++; in calcGrayscaleHist() 1551 hist16[gIdx] += 2; // Bayer 2x green correction in calcGrayscaleHist() 1552 hist16[bIdx]++; in calcGrayscaleHist()
|
H A D | rtthumbnail.cc | 1092 LUTu hist16 (65536); in processImage() local 1094 ipf.firstAnalysis (baseImg, params, hist16); in processImage() 1311 unsigned int* hist16 = new unsigned int [65536]; in getGrayscaleHistEQ() local 1312 memset (hist16, 0, sizeof (int) * 65536); in getGrayscaleHistEQ() 1316 image->calcGrayscaleHist (hist16); in getGrayscaleHistEQ() 1319 image->calcGrayscaleHist (hist16); in getGrayscaleHistEQ() 1322 image->calcGrayscaleHist (hist16); in getGrayscaleHistEQ() 1334 sum += hist16[max_]; in getGrayscaleHistEQ() 1337 delete[] hist16; in getGrayscaleHistEQ()
|
H A D | simpleprocess.cc | 306 LUTu hist16(65536); in stage_transform() local 307 ipf.firstAnalysis(img, params, hist16); in stage_transform()
|
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/ |
H A D | simpleprocess.cc | 867 hist16 (65536); in stage_transform() 869 ipf.firstAnalysis (baseImg, params, hist16); in stage_transform() 936 … hist16, curve1, curve2, curve, dummy, customToneCurve1, customToneCurve2 ); in stage_finish() 961 …y::curveBW (params.blackwhite.beforeCurve, params.blackwhite.afterCurve, hist16, dummy, customTone… in stage_finish() 1029 hist16.clear(); in stage_finish() 1035 LUTu hist16thr (hist16.getSize()); // one temporary lookup table per thread in stage_finish() 1050 hist16 += hist16thr; in stage_finish() 1056 …s.labCurve.brightness, params.labCurve.contrast, params.labCurve.lcurve, hist16, lumacurve, dummy,… in stage_finish() 1141 hist16, dummy, in stage_finish() 1550 LUTu hist16; member in rtengine::__anon72e403880111::ImageProcessor
|
H A D | rtthumbnail.cc | 1242 LUTu hist16 (65536); in processImage() local 1244 ipf.firstAnalysis (baseImg, params, hist16); in processImage() 1391 hist16.clear(); in processImage() 1395 hist16[ (int) ((labView->L[i][j]))]++; in processImage() 1430 hist16, dummy, in processImage() 1689 memset (hist16, 0, sizeof (int) * 65536); in getGrayscaleHistEQ() 1693 image->calcGrayscaleHist (hist16); in getGrayscaleHistEQ() 1696 image->calcGrayscaleHist (hist16); in getGrayscaleHistEQ() 1699 image->calcGrayscaleHist (hist16); in getGrayscaleHistEQ() 1711 sum += hist16[max_]; in getGrayscaleHistEQ() [all …]
|
H A D | iimage.h | 941 void calcGrayscaleHist(unsigned int *hist16) const in calcGrayscaleHist() argument 949 hist16[rIdx]++; in calcGrayscaleHist() 950 hist16[gIdx] += 2; // Bayer 2x green correction in calcGrayscaleHist() 951 hist16[bIdx]++; in calcGrayscaleHist() 1571 void calcGrayscaleHist(unsigned int *hist16) const in calcGrayscaleHist() argument 1579 hist16[rIdx]++; in calcGrayscaleHist() 1580 hist16[gIdx] += 2; // Bayer 2x green correction in calcGrayscaleHist() 1581 hist16[bIdx]++; in calcGrayscaleHist()
|