Home | History | Annotate | Download | only in src

Lines Matching full:mapxy

2107     CvMat xystub, *mapxy = cvGetMat( arrxy, &xystub );
2113 CV_ARE_SIZES_EQ(mapxy, mapx) && CV_ARE_SIZES_EQ(mapxy, mapa) &&
2114 CV_MAT_TYPE(mapxy->type) == CV_16SC2 &&
2121 short* xy = (short*)(mapxy->data.ptr + mapxy->step*y);