Lines Matching refs:BORDER
70 const int BORDER = 1; in icvDistanceTransform_3x3_C1R() local
80 icvInitTopBottom( temp, step, size, BORDER ); in icvDistanceTransform_3x3_C1R()
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in icvDistanceTransform_3x3_C1R()
88 for( j = 0; j < BORDER; j++ ) in icvDistanceTransform_3x3_C1R()
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in icvDistanceTransform_3x3_C1R()
142 const int BORDER = 2; in icvDistanceTransform_5x5_C1R() local
153 icvInitTopBottom( temp, step, size, BORDER ); in icvDistanceTransform_5x5_C1R()
159 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in icvDistanceTransform_5x5_C1R()
161 for( j = 0; j < BORDER; j++ ) in icvDistanceTransform_5x5_C1R()
194 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in icvDistanceTransform_5x5_C1R()
232 const int BORDER = 2; in icvDistanceTransformEx_5x5_C1R() local
245 icvInitTopBottom( temp, step, size, BORDER ); in icvDistanceTransformEx_5x5_C1R()
251 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in icvDistanceTransformEx_5x5_C1R()
254 for( j = 0; j < BORDER; j++ ) in icvDistanceTransformEx_5x5_C1R()
328 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in icvDistanceTransformEx_5x5_C1R()