Searched refs:xofs (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | cvimgwarp.cpp | 211 const CvResizeAlpha* xofs, \ 252 int sx = xofs[dx].idx; \ 253 worktype fx = xofs[dx].alpha_field; \ 259 _buf[dx] = mul_one_macro(_src[xofs[dx].idx]); \ 290 const int* ofs, const int* xofs ) \ 305 const arrtype* _src = src + dy*scale_y*srcstep + xofs[dx]; \ 326 int cn, const CvDecimateAlpha* xofs, \ 341 int dxn = xofs[k].di; \ 342 float alpha = xofs[k].alpha; \ 343 buf[dxn] = buf[dxn] + load_macro(src[xofs[k].si])*alpha; \ [all …]
|
D | cvsurf.cpp | 120 int* xofs = (int*)cvStackAlloc(sum->cols*sizeof(xofs[0])); in icvFastHessianDetector() local 155 xofs[j] = j*scale/SIZE0; in icvFastHessianDetector() 166 const int* s = sum_ptr + xofs[j]; in icvFastHessianDetector()
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | resize.cl | 142 __global const int * xofs = (__global const int *)(buffer), * yofs = xofs + dst_cols; 147 int sx0 = xofs[dx], sy0 = clamp(yofs[dy], 0, src_rows - 1),
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 1402 const int* xofs, const AT* alpha, in operator ()() 1409 xofs, (const uchar*)alpha, swidth, dwidth, cn, xmin, xmax ); in operator ()() 1417 int sx = xofs[dx]; in operator ()() 1426 int sx = xofs[dx]; in operator ()() 1437 int sx = xofs[dx]; in operator ()() 1442 D[dx] = WT(S[xofs[dx]]*ONE); in operator ()() 1517 const int* xofs, const AT* alpha, in operator ()() 1529 int j, sx = xofs[dx] - cn; in operator ()() 1549 int sx = xofs[dx]; in operator ()() 1590 const int* xofs, const AT* alpha, in operator ()() [all …]
|