Lines Matching refs:dst_step
47 void icvSepConvSmall3_32f( float* src, int src_step, float* dst, int dst_step, in icvSepConvSmall3_32f() argument
54 (src_step & 3) == 0 && (dst_step & 3) == 0 && in icvSepConvSmall3_32f()
58 dst_step /= sizeof(dst[0]); in icvSepConvSmall3_32f()
68 buffer_step = dst_step; in icvSepConvSmall3_32f()
73 assert( src_step >= src_size.width && dst_step >= dst_width ); in icvSepConvSmall3_32f()
87 dst += dst_step, in icvSepConvSmall3_32f()
299 int dst_step = dst->step ? dst->step : CV_STUB_STEP; in cvSobel() local
318 ipp_sobel_func_8u ? ipp_sobel_func_8u( src_ptr, src_step, dst_ptr, dst_step, in cvSobel()
320 ipp_sobel_func_32f ? ipp_sobel_func_32f( src_ptr, src_step, dst_ptr, dst_step, in cvSobel()
322 ipp_scharr_func_8u ? ipp_scharr_func_8u( src_ptr, src_step, dst_ptr, dst_step, in cvSobel()
324 ipp_scharr_func_32f ? ipp_scharr_func_32f( src_ptr, src_step, dst_ptr, dst_step, in cvSobel()
356 static void icvLaplaceCol_32s16s( const int** src, short* dst, int dst_step,
358 static void icvLaplaceCol_32f( const float** src, float* dst, int dst_step,
545 int dst_step, int count, void* params ) in icvLaplaceCol_32s16s() argument
563 dst_step /= sizeof(dst[0]); in icvLaplaceCol_32s16s()
571 for( ; count--; dst += dst_step, src++ ) in icvLaplaceCol_32s16s()
687 int dst_step, int count, void* params ) in icvLaplaceCol_32f() argument
705 dst_step /= sizeof(dst[0]); in icvLaplaceCol_32f()
713 for( ; count--; dst += dst_step, src++ ) in icvLaplaceCol_32f()
840 int dst_step = dst->step ? dst->step : CV_STUB_STEP; in cvLaplace() local
857 ipp_laplace_func_8u ? ipp_laplace_func_8u( src_ptr, src_step, dst_ptr, dst_step, in cvLaplace()
859 … ipp_laplace_func_32f ? ipp_laplace_func_32f( src_ptr, src_step, dst_ptr, dst_step, in cvLaplace()