Lines Matching full:dst_step
226 icvCalcIxIy_32f( const float* src, int src_step, float* dstX, float* dstY, int dst_step,234 dst_step /= sizeof(dstX[0]);236 for( ; height--; src += src_step, dstX += dst_step, dstY += dst_step )