HomeSort by relevance Sort by last modified time
    Searched refs:yofs (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/imgproc/src/opencl/
resize.cl 142 __global const int * xofs = (__global const int *)(buffer), * yofs = xofs + dst_cols;
143 __global const short * ialpha = (__global const short *)(yofs + dst_rows);
147 int sx0 = xofs[dx], sy0 = clamp(yofs[dy], 0, src_rows - 1),
148 sy1 = clamp(yofs[dy] + 1, 0, src_rows - 1);
  /external/opencv/cv/src/
cvtemplmatch.cpp 160 int yofs = k*dftsize.height; local
163 dst = cvGetSubRect( dft_templ, &dstub, cvRect(0,yofs,templ->cols,templ->rows));
179 cvGetSubRect( dft_templ, dst, cvRect(templ->cols, yofs,
183 cvGetSubRect( dft_templ, dst, cvRect(0,yofs,dftsize.width,dftsize.height) );
201 int i, yofs; local
219 yofs = i*dftsize.height;
255 cvRect(0,(templ_cn>1?yofs:0),dftsize.width,dftsize.height) );
cvimgwarp.cpp 212 const CvResizeAlpha* yofs, \
225 worktype fy = yofs[dy].alpha_field, *swap_t; \
226 int sy0 = yofs[dy].idx, sy1 = sy0 + (fy > 0 && sy0 < ssize.height-1); \
808 CvResizeAlpha *xofs, *yofs; local
    [all...]
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 704 int yofs = k*dftsize.height; local
706 Mat dst(dftTempl, Rect(0, yofs, dftsize.width, dftsize.height));
707 Mat dst1(dftTempl, Rect(0, yofs, templ.cols, templ.rows));
    [all...]
imgwarp.cpp 1761 const int* xofs, *yofs; member in class:cv::resizeGeneric_Invoker
    [all...]

Completed in 304 milliseconds