Home
last modified time | relevance | path

Searched refs:histogramDenormR (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/price/PRICE-1.3.0/
H A DPRHistogram.m49 unsigned long int histogramDenormR[UCHAR_MAX+1]; /* not normalized pixel count for each level */
73 histogramDenormR[i] = histogramDenormG[i] = histogramDenormB[i] = 0;
77 histogramDenormR[theData[y*srcBytesPerRow + x*srcBytesPerPixel]]++;
87 histogramR[i] = (float)histogramDenormR[i] / (float)pixNum;
H A DPREqualize.m98 … unsigned long int histogramDenormR[UCHAR_MAX+1]; /* not normalized pixel count for each level */
110 histogramDenormR[i] = histogramDenormG[i] = histogramDenormB[i] = 0;
114 histogramDenormR[srcData[y*srcBytesPerRow + srcBytesPerPixel*x]]++;
122 histogramR[i] = (float)histogramDenormR[i] / (float)pixNum;
H A DPRCurvesView.h28 unsigned long int histogramDenormR[UCHAR_MAX+1]; /* not normalized pixel count for each level */ variable
H A DPRCurvesView.m281 histogramDenormR[i] = histogramDenormG[i] = histogramDenormB[i] = 0;
285 histogramDenormR[theData[y*srcBytesPerRow + x*srcBytesPerPixel]]++;
295 histogramR[i] = (float)histogramDenormR[i] / (float)pixNum;
397 histogramDenormRTr[funL[i]] += histogramDenormR[i];