Lines Matching full:dstx
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 )252 dstX[x] = t0; dstY[x] = t1;