Lines Matching refs:LONG_DIST
149 const int LONG_DIST = CV_FLT_TO_FIX( metrics[2], DIST_SHIFT ); in distanceTransform_5x5() local
177 int t0 = tmp[j-step*2-1] + LONG_DIST; in distanceTransform_5x5()
178 int t = tmp[j-step*2+1] + LONG_DIST; in distanceTransform_5x5()
180 t = tmp[j-step-2] + LONG_DIST; in distanceTransform_5x5()
188 t = tmp[j-step+2] + LONG_DIST; in distanceTransform_5x5()
208 int t = tmp[j+step*2+1] + LONG_DIST; in distanceTransform_5x5()
210 t = tmp[j+step*2-1] + LONG_DIST; in distanceTransform_5x5()
212 t = tmp[j+step+2] + LONG_DIST; in distanceTransform_5x5()
220 t = tmp[j+step-2] + LONG_DIST; in distanceTransform_5x5()
240 const int LONG_DIST = CV_FLT_TO_FIX( metrics[2], DIST_SHIFT ); in distanceTransformEx_5x5() local
277 t = tmp[j-step*2-1] + LONG_DIST; in distanceTransformEx_5x5()
283 t = tmp[j-step*2+1] + LONG_DIST; in distanceTransformEx_5x5()
289 t = tmp[j-step-2] + LONG_DIST; in distanceTransformEx_5x5()
313 t = tmp[j-step+2] + LONG_DIST; in distanceTransformEx_5x5()
345 int t = tmp[j+step*2+1] + LONG_DIST; in distanceTransformEx_5x5()
351 t = tmp[j+step*2-1] + LONG_DIST; in distanceTransformEx_5x5()
357 t = tmp[j+step+2] + LONG_DIST; in distanceTransformEx_5x5()
381 t = tmp[j+step-2] + LONG_DIST; in distanceTransformEx_5x5()