Home
last modified time | relevance | path

Searched refs:histogramDenormL (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/price/PRICE-1.3.0/
H A DPRCurvesView.h27 unsigned long int histogramDenormL[UCHAR_MAX+1]; /* not normalized pixel count for each level */ variable
H A DPRCurvesView.m310 histogramDenormL[i] = 0;
313 histogramDenormL[theData[y*srcBytesPerRow + x*srcBytesPerPixel]]++;
319 histogramL[i] = (float)histogramDenormL[i] / (float)pixNum;
396 histogramDenormLTr[funL[i]] += histogramDenormL[i];