Searched refs:mystep (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvimgwarp.cpp | 1613 const float* mapy, int mystep, \ 1623 mystep /= sizeof(mapy[0]); \ 1626 mapx += mxstep, mapy += mystep ) \ 1662 const float* mapy, int mystep, \ 1672 mystep /= sizeof(mapy[0]); \ 1675 mapx += mxstep, mapy += mystep ) \ 1749 const float* mapy, int mystep, 2063 int mystep = mapy->step ? mapy->step : CV_STUB_STEP; in cvRemap() local 2072 mapx->data.fl, mxstep, mapy->data.fl, mystep, in cvRemap()
|