D | imgwarp.cpp | 1695 ParallelLoopBody(), src(_src), dst(_dst), xofs(_xofs), yofs(_yofs), in resizeGeneric_Invoker() 1728 int sy0 = yofs[dy], k0=ksize, k1=0, ksize2 = ksize/2; in operator ()() 1761 const int* xofs, *yofs; member in cv::resizeGeneric_Invoker 1772 const int* yofs, const void* _beta, in resizeGeneric_() argument 1787 resizeGeneric_Invoker<HResize, VResize> invoker(src, dst, xofs, yofs, (const AT*)_alpha, beta, in resizeGeneric_() 2659 const int* yofs, const void* beta, 2669 const int* yofs); 2948 int* xofs = (int*)(uchar*)_buffer, * yofs = xofs + dsize.width; in ocl_resize() local 2949 short* ialpha = (short*)(yofs + dsize.height), * ibeta = ialpha + dsize.width*2; in ocl_resize() 2976 yofs[dy] = sy; in ocl_resize() [all …]
|