Searched refs:mxstep (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvimgwarp.cpp1612 const float* mapx, int mxstep, \
1622 mxstep /= sizeof(mapx[0]); \
1626 mapx += mxstep, mapy += mystep ) \
1661 const float* mapx, int mxstep, \
1671 mxstep /= sizeof(mapx[0]); \
1675 mapx += mxstep, mapy += mystep ) \
1748 const float* mapx, int mxstep,
2062 int mxstep = mapx->step ? mapx->step : CV_STUB_STEP; local
2072 mapx->data.fl, mxstep, mapy->data.fl, mystep,

Completed in 83 milliseconds