Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dhistogram.cpp858 size_t hstep0 = hstep[0], hstep1 = hstep[1]; in calcHist_() local
874 ((int*)(H + hstep0*idx0 + hstep1*idx1))[idx2]++; in calcHist_()
886 ((int*)(H + hstep0*idx0 + hstep1*idx1))[idx2]++; in calcHist_()
1658 size_t hstep0 = hstep[0], hstep1 = hstep[1]; in calcBackProj_() local
1673 … saturate_cast<BT>(((const float*)(H + hstep0*idx0 + hstep1*idx1))[idx2]*scale) : 0; in calcBackProj_()