Home | History | Annotate | Download | only in src

Lines Matching refs:pStep

1400                     gPyr->pStep[0] = (int) src.step;
1409 gPyr->pStep[i] = (int) dst.step;
1412 if (ok >= 0) ok = pyrDownFunc(gPyr->pImage[i-1], gPyr->pStep[i-1], gPyr->pRoi[i-1],
1413 gPyr->pImage[i], gPyr->pStep[i], gPyr->pRoi[i], gPyr->pState);