Home
last modified time | relevance | path

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

/dports/graphics/price/PRICE-1.3.0/
H A DPRCurvesView.h38 float histogramRTr[UCHAR_MAX+1]; /* transformed histogram */ variable
H A DPRCurvesView.m408 histogramRTr[i] = (float)histogramDenormRTr[i] / (float)pixNum;
411 if (histogramRTr[i] > maxHisto)
412 maxHisto = histogramRTr[i];
449 [pathHRTr lineToPoint: NSMakePoint(i, viewHeight - (histogramRTr[i] * histoScale))];