Searched refs:histStep (Results 1 – 1 of 1) sorted by relevance
225 int histStep = (int)( histogram[0].step / sizeof(float) ); in integralHistogram() local234 histBuf += histStep + 1; in integralHistogram()243 histBuf[x] = histBuf[-histStep + x] + strSum; in integralHistogram()245 histBuf += histStep; in integralHistogram()