Searched refs:bpstep (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 1597 int bpstep = _deltas[dims*2 + 1]; in calcBackProj_() local 1617 for( ; imsize.height--; p0 += step0, bproj += bpstep ) in calcBackProj_() 1637 for( ; imsize.height--; p0 += step0, p1 += step1, bproj += bpstep ) in calcBackProj_() 1663 for( ; imsize.height--; p0 += step0, p1 += step1, p2 += step2, bproj += bpstep ) in calcBackProj_() 1679 for( ; imsize.height--; bproj += bpstep ) in calcBackProj_() 1714 for( ; imsize.height--; bproj += bpstep ) in calcBackProj_() 1762 int bpstep = _deltas[dims*2 + 1]; in calcBackProj_8u() local 1781 for( ; imsize.height--; p0 += step0, bproj += bpstep ) in calcBackProj_8u() 1816 for( ; imsize.height--; p0 += step0, p1 += step1, bproj += bpstep ) in calcBackProj_8u() 1834 for( ; imsize.height--; p0 += step0, p1 += step1, p2 += step2, bproj += bpstep ) in calcBackProj_8u() [all …]
|