Searched refs:tempstep (Results 1 – 1 of 1) sorted by relevance
47 icvInitTopBottom( int* temp, int tempstep, CvSize size, int border ) in icvInitTopBottom() argument52 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,