Searched refs:LONG_DIST (Results 1 – 2 of 2) sorted by relevance
146 const int LONG_DIST = CV_FLT_TO_FIX( metrics[2], ICV_DIST_SHIFT ); in icvDistanceTransform_5x5_C1R() local170 int t0 = tmp[j-step*2-1] + LONG_DIST; in icvDistanceTransform_5x5_C1R()171 int t = tmp[j-step*2+1] + LONG_DIST; in icvDistanceTransform_5x5_C1R()173 t = tmp[j-step-2] + LONG_DIST; in icvDistanceTransform_5x5_C1R()181 t = tmp[j-step+2] + LONG_DIST; in icvDistanceTransform_5x5_C1R()201 int t = tmp[j+step*2+1] + LONG_DIST; in icvDistanceTransform_5x5_C1R()203 t = tmp[j+step*2-1] + LONG_DIST; in icvDistanceTransform_5x5_C1R()205 t = tmp[j+step+2] + LONG_DIST; in icvDistanceTransform_5x5_C1R()213 t = tmp[j+step-2] + LONG_DIST; in icvDistanceTransform_5x5_C1R()237 const int LONG_DIST = CV_FLT_TO_FIX( metrics[2], ICV_DIST_SHIFT ); in icvDistanceTransformEx_5x5_C1R() local[all …]
149 const int LONG_DIST = CV_FLT_TO_FIX( metrics[2], DIST_SHIFT ); in distanceTransform_5x5() local177 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[all …]