Searched refs:nextPt (Results 1 – 3 of 3) sorted by relevance
221 float2 nextPt = nextPts[blockIdx.x]; in sparseKernel() local222 nextPt.x *= 2.f; in sparseKernel()223 nextPt.y *= 2.f; in sparseKernel()225 nextPt.x -= c_halfWin_x; in sparseKernel()226 nextPt.y -= c_halfWin_y; in sparseKernel()230 … if (nextPt.x < -c_halfWin_x || nextPt.x >= cols || nextPt.y < -c_halfWin_y || nextPt.y >= rows) in sparseKernel()246 work_type J_val = Tex_J<cn>::read(nextPt.x + x + 0.5f, nextPt.y + y + 0.5f); in sparseKernel()274 nextPt.x += delta.x; in sparseKernel()275 nextPt.y += delta.y; in sparseKernel()289 work_type J_val = Tex_J<cn>::read(nextPt.x + x + 0.5f, nextPt.y + y + 0.5f); in sparseKernel()[all …]
241 Point2f nextPt; in operator ()() local245 nextPt = nextPts[ptidx]*(float)(1./(1 << level)); in operator ()()247 nextPt = prevPt; in operator ()()250 nextPt = nextPts[ptidx]*2.f; in operator ()()251 nextPts[ptidx] = nextPt; in operator ()()502 nextPt -= halfWin; in operator ()()507 inextPt.x = cvFloor(nextPt.x); in operator ()()508 inextPt.y = cvFloor(nextPt.y); in operator ()()518 a = nextPt.x - inextPt.x; in operator ()()519 b = nextPt.y - inextPt.y; in operator ()()[all …]
274 int nextPt = -1; in conservativelyContainsRect() local282 nextPt = 1; in conservativelyContainsRect()290 nextPt = 2; in conservativelyContainsRect()295 nextPt = 3; in conservativelyContainsRect()303 if (-1 != nextPt) { in conservativelyContainsRect()318 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) { in conservativelyContainsRect()322 prevPt = pts[nextPt]; in conservativelyContainsRect()