Home
last modified time | relevance | path

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

/dports/graphics/price/PRICE-1.3.0/
H A DPRHistogram.m50 unsigned long int histogramDenormG[UCHAR_MAX+1]; /* not normalized pixel count for each level */
73 histogramDenormR[i] = histogramDenormG[i] = histogramDenormB[i] = 0;
78 histogramDenormG[theData[y*srcBytesPerRow + x*srcBytesPerPixel + 1]]++;
88 histogramG[i] = (float)histogramDenormG[i] / (float)pixNum;
H A DPREqualize.m99 … unsigned long int histogramDenormG[UCHAR_MAX+1]; /* not normalized pixel count for each level */
110 histogramDenormR[i] = histogramDenormG[i] = histogramDenormB[i] = 0;
115 histogramDenormG[srcData[y*srcBytesPerRow + srcBytesPerPixel*x + 1]]++;
123 histogramG[i] = (float)histogramDenormG[i] / (float)pixNum;
H A DPRCurvesView.h29 unsigned long int histogramDenormG[UCHAR_MAX+1]; /* not normalized pixel count for each level */ variable
H A DPRCurvesView.m281 histogramDenormR[i] = histogramDenormG[i] = histogramDenormB[i] = 0;
286 histogramDenormG[theData[y*srcBytesPerRow + x*srcBytesPerPixel + 1]]++;
296 histogramG[i] = (float)histogramDenormG[i] / (float)pixNum;
398 histogramDenormGTr[funL[i]] += histogramDenormG[i];