xofs             1402 modules/imgproc/src/imgwarp.cpp                     const int* xofs, const AT* alpha,
xofs             1409 modules/imgproc/src/imgwarp.cpp             xofs, (const uchar*)alpha, swidth, dwidth, cn, xmin, xmax );
xofs             1417 modules/imgproc/src/imgwarp.cpp                 int sx = xofs[dx];
xofs             1426 modules/imgproc/src/imgwarp.cpp                 int sx = xofs[dx];
xofs             1437 modules/imgproc/src/imgwarp.cpp                 int sx = xofs[dx];
xofs             1442 modules/imgproc/src/imgwarp.cpp                 D[dx] = WT(S[xofs[dx]]*ONE);
xofs             1517 modules/imgproc/src/imgwarp.cpp                     const int* xofs, const AT* alpha,
xofs             1529 modules/imgproc/src/imgwarp.cpp                     int j, sx = xofs[dx] - cn;
xofs             1549 modules/imgproc/src/imgwarp.cpp                     int sx = xofs[dx];
xofs             1590 modules/imgproc/src/imgwarp.cpp                     const int* xofs, const AT* alpha,
xofs             1602 modules/imgproc/src/imgwarp.cpp                     int j, sx = xofs[dx] - cn*3;
xofs             1622 modules/imgproc/src/imgwarp.cpp                     int sx = xofs[dx];
xofs             1695 modules/imgproc/src/imgwarp.cpp         ParallelLoopBody(), src(_src), dst(_dst), xofs(_xofs), yofs(_yofs),
xofs             1749 modules/imgproc/src/imgwarp.cpp                 hresize( (const T**)(srows + k0), (WT**)(rows + k0), ksize - k0, xofs, (const AT*)(alpha),
xofs             1761 modules/imgproc/src/imgwarp.cpp     const int* xofs, *yofs;
xofs             1771 modules/imgproc/src/imgwarp.cpp                             const int* xofs, const void* _alpha,
xofs             1787 modules/imgproc/src/imgwarp.cpp     resizeGeneric_Invoker<HResize, VResize> invoker(src, dst, xofs, yofs, (const AT*)_alpha, beta,
xofs             2448 modules/imgproc/src/imgwarp.cpp                 const T* S = src.template ptr<T>(sy0) + xofs[dx];
xofs             2464 modules/imgproc/src/imgwarp.cpp                 int count = 0, sx0 = xofs[dx];
xofs             2491 modules/imgproc/src/imgwarp.cpp     const int *ofs, *xofs;
xofs             2495 modules/imgproc/src/imgwarp.cpp static void resizeAreaFast_( const Mat& src, Mat& dst, const int* ofs, const int* xofs,
xofs             2500 modules/imgproc/src/imgwarp.cpp         scale_y, ofs, xofs);
xofs             2658 modules/imgproc/src/imgwarp.cpp                             const int* xofs, const void* alpha,
xofs             2663 modules/imgproc/src/imgwarp.cpp                                     const int* ofs, const int *xofs,
xofs             2948 modules/imgproc/src/imgwarp.cpp             int* xofs = (int*)(uchar*)_buffer, * yofs = xofs + dsize.width;
xofs             2965 modules/imgproc/src/imgwarp.cpp                 xofs[dx] = sx;
xofs             3304 modules/imgproc/src/imgwarp.cpp                 int* xofs = ofs + area;
xofs             3317 modules/imgproc/src/imgwarp.cpp                         xofs[j + k] = sx + k;
xofs             3320 modules/imgproc/src/imgwarp.cpp                 func( src, dst, ofs, xofs, iscale_x, iscale_y );
xofs             3369 modules/imgproc/src/imgwarp.cpp     int* xofs = (int*)(uchar*)_buffer;
xofs             3370 modules/imgproc/src/imgwarp.cpp     int* yofs = xofs + width;
xofs             3407 modules/imgproc/src/imgwarp.cpp             xofs[dx*cn + k] = sx + k;
xofs             3472 modules/imgproc/src/imgwarp.cpp     func( src, dst, xofs, fixpt ? (void*)ialpha : (void*)alpha, yofs,
xofs              142 modules/imgproc/src/opencl/resize.cl         __global const int * xofs = (__global const int *)(buffer), * yofs = xofs + dst_cols;
xofs              147 modules/imgproc/src/opencl/resize.cl         int sx0 = xofs[dx], sy0 = clamp(yofs[dy], 0, src_rows - 1),