Home | History | Annotate | Download | only in src

Lines Matching refs:dist2

211 inline int dist2(const cv::Vec4b& lhs, const cv::Vec4b& rhs)
217 inline int dist2(const cv::Vec2s& lhs, const cv::Vec2s& rhs)
276 dr[0] = dist2(r1, r2[0]);
277 dr[1] = dist2(r1, r2[1]);
278 dr[2] = dist2(r1, r2[2]);
279 dsp[0] = dist2(sp1, sp2[0]);
280 dsp[1] = dist2(sp1, sp2[1]);
281 dsp[2] = dist2(sp1, sp2[2]);
286 dr[3] = dist2(r1, r2[3]);
287 dsp[3] = dist2(sp1, sp2[3]);
301 dr[0] = dist2(r1, r2[0]);
302 dsp[0] = dist2(sp1, sp2[0]);
311 dr[0] = dist2(r1, r2[0]);
312 dsp[0] = dist2(sp1, sp2[0]);