Searched refs:tbottom (Results 1 – 2 of 2) sorted by relevance
53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep); in icvInitTopBottom() local58 tbottom[j] = ICV_INIT_DIST0; in icvInitTopBottom()
58 int* tbottom = temp.ptr<int>(size.height - i - 1); in initTopBottom() local63 tbottom[j] = INIT_DIST0; in initTopBottom()