• Home
  • Raw
  • Download

Lines Matching refs:srcstep

124 icvResize_NN_8u_C1R( const uchar* src, int srcstep, CvSize ssize,  in icvResize_NN_8u_C1R()  argument
143 tsrc = src + srcstep*t; in icvResize_NN_8u_C1R()
208 icvResize_Bilinear_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize,\
218 srcstep /= sizeof(src[0]); \
249 _src = src + sy*srcstep; \
288 icvResize_AreaFast_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize,\
298 srcstep /= sizeof(src[0]); \
305 const arrtype* _src = src + dy*scale_y*srcstep + xofs[dx]; \
324 icvResize_Area_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize, \
332 srcstep /= sizeof(src[0]); \
336 for( sy = 0; sy < ssize.height; sy++, src += srcstep ) \
418 icvResize_Bicubic_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize,\
430 srcstep /= sizeof(src[0]); \
455 const arrtype* _src = src + sy*srcstep; \
581 ( const void* src, int srcstep, CvSize ssize,
587 ( const void* src, int srcstep, CvSize ssize,
593 ( const void* src, int srcstep, CvSize ssize,
598 ( const void* src, int srcstep, CvSize ssize,
617 ( const void* src, CvSize srcsize, int srcstep, CvRect srcroi,
688 int srcstep = src->step ? src->step : CV_STUB_STEP; in cvResize() local
690 IPPI_CALL( ipp_func( src->data.ptr, ssize, srcstep, in cvResize()
718 int srcstep = src->step / CV_ELEM_SIZE(depth); in cvResize() local
728 ofs[k++] = sy*srcstep + sx*cn; in cvResize()
1043 const void* src, int srcstep, CvSize ssize,
1066 ( const void* src, CvSize srcsize, int srcstep, CvRect srcroi,
1148 int srcstep = src->step ? src->step : CV_STUB_STEP; in cvWarpAffine() local
1157 if( ipp_func( src->data.ptr, ssize, srcstep, srcroi, in cvWarpAffine()
1313 const void* src, int srcstep, CvSize ssize,
1342 ( const void* src, CvSize srcsize, int srcstep, CvRect srcroi,
1420 int srcstep = src->step ? src->step : CV_STUB_STEP; in cvWarpPerspective() local
1430 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi, in cvWarpPerspective()
1448 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi, in cvWarpPerspective()
1610 icvRemap_Bilinear_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize,\
1620 srcstep /= sizeof(src[0]); \
1636 const arrtype* s = src + iy*srcstep + ix*cn; \
1640 float t0 = load_macro(s[0]), t1 = load_macro(s[srcstep]); \
1642 t1 += _x*(load_macro(s[srcstep + cn]) - t1); \
1659 icvRemap_Bicubic_##flavor##_CnR( const arrtype* src, int srcstep, CvSize ssize, \
1669 srcstep /= sizeof(src[0]); \
1691 const arrtype* s = src + (iy-1)*srcstep + ix*cn + k; \
1698 s += srcstep; \
1705 s += srcstep; \
1712 s += srcstep; \
1746 const void* src, int srcstep, CvSize ssize,
1767 const void* src, CvSize srcsize, int srcstep, CvRect srcroi,
2060 int srcstep = src->step ? src->step : CV_STUB_STEP; in cvRemap() local
2071 status = ipp_func( src->data.ptr, ssize, srcstep, srcroi, in cvRemap()