Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/opencl/
Dstereobm.cl89 short * costbuf, int *h, int cols, int d, short cost)
116 cost += costdiff - costbuf[head];
117 costbuf[head] = costdiff;
165 short costbuf[WSZ];
194 costbuf[i] = costdiff;
211 costbuf[i] = costdiff;
250 …calcCostBorder(leftptr, rightptr, x, y, nthread, costbuf, &head, cols, disp_idx, cost[2*nthread-1]…
/external/opencv3/modules/calib3d/src/
Dstereobm.cpp348 short costbuf = 0; in findStereoCorrespondenceBM_SSE2() local
349 int coststep = cost.data ? (int)(cost.step/sizeof(costbuf)) : 0; in findStereoCorrespondenceBM_SSE2()
404 short* costptr = cost.data ? cost.ptr<short>() + lofs + x : &costbuf; in findStereoCorrespondenceBM_SSE2()
606 int costbuf = 0; in findStereoCorrespondenceBM() local
607 int coststep = cost.data ? (int)(cost.step/sizeof(costbuf)) : 0; in findStereoCorrespondenceBM()
670 int* costptr = cost.data ? cost.ptr<int>() + lofs + x : &costbuf; in findStereoCorrespondenceBM()