Home
last modified time | relevance | path

Searched refs:tempstep (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvdistransform.cpp47 icvInitTopBottom( int* temp, int tempstep, CvSize size, int border ) in icvInitTopBottom() argument
52 int* ttop = (int*)(temp + i*tempstep); in icvInitTopBottom()
53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep); in icvInitTopBottom()
605 int* temp, int tempstep,