• Home
  • Raw
  • Download

Lines Matching refs:xofs

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 ()()
1602 int j, sx = xofs[dx] - cn*3; in operator ()()
1622 int sx = xofs[dx]; in operator ()()
1695 ParallelLoopBody(), src(_src), dst(_dst), xofs(_xofs), yofs(_yofs), in resizeGeneric_Invoker()
1749 … hresize( (const T**)(srows + k0), (WT**)(rows + k0), ksize - k0, xofs, (const AT*)(alpha), in operator ()()
1761 const int* xofs, *yofs; member in cv::resizeGeneric_Invoker
1771 const int* xofs, const void* _alpha, in resizeGeneric_() argument
1787 resizeGeneric_Invoker<HResize, VResize> invoker(src, dst, xofs, yofs, (const AT*)_alpha, beta, in resizeGeneric_()
2415 scale_y(_scale_y), ofs(_ofs), xofs(_xofs) in resizeAreaFast_Invoker()
2448 const T* S = src.template ptr<T>(sy0) + xofs[dx]; in operator ()()
2464 int count = 0, sx0 = xofs[dx]; in operator ()()
2491 const int *ofs, *xofs; member in cv::resizeAreaFast_Invoker
2495 static void resizeAreaFast_( const Mat& src, Mat& dst, const int* ofs, const int* xofs, in resizeAreaFast_() argument
2500 scale_y, ofs, xofs); in resizeAreaFast_()
2658 const int* xofs, const void* alpha,
2663 const int* ofs, const int *xofs,
2948 int* xofs = (int*)(uchar*)_buffer, * yofs = xofs + dsize.width; in ocl_resize() local
2965 xofs[dx] = sx; in ocl_resize()
3304 int* xofs = ofs + area; in resize() local
3317 xofs[j + k] = sx + k; in resize()
3320 func( src, dst, ofs, xofs, iscale_x, iscale_y ); in resize()
3369 int* xofs = (int*)(uchar*)_buffer; in resize() local
3370 int* yofs = xofs + width; in resize()
3407 xofs[dx*cn + k] = sx + k; in resize()
3472 func( src, dst, xofs, fixpt ? (void*)ialpha : (void*)alpha, yofs, in resize()