Lines Matching refs:BORDER
72 const int BORDER = 1; in distanceTransform_3x3() local
86 initTopBottom( _temp, BORDER ); in distanceTransform_3x3()
92 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in distanceTransform_3x3()
94 for( j = 0; j < BORDER; j++ ) in distanceTransform_3x3()
119 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in distanceTransform_3x3()
145 const int BORDER = 2; in distanceTransform_5x5() local
160 initTopBottom( _temp, BORDER ); in distanceTransform_5x5()
166 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in distanceTransform_5x5()
168 for( j = 0; j < BORDER; j++ ) in distanceTransform_5x5()
201 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in distanceTransform_5x5()
235 const int BORDER = 2; in distanceTransformEx_5x5() local
253 initTopBottom( _temp, BORDER ); in distanceTransformEx_5x5()
259 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in distanceTransformEx_5x5()
262 for( j = 0; j < BORDER; j++ ) in distanceTransformEx_5x5()
336 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in distanceTransformEx_5x5()