Home
last modified time | relevance | path

Searched defs:tl1 (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-beep.c30 l_strnstart(const char *tstr1, u_int tl1, const char *str2, u_int l2) in l_strnstart()
/external/opencv3/modules/stitching/src/
Dseam_finders.cpp119 Point tl1 = corners_[first], tl2 = corners_[second]; in findInPair() local
203 const Mat &image1, const Mat &image2, Point tl1, Point tl2, in process()
400 const Mat &image1, const Mat &image2, Point tl1, Point tl2, Mat &mask1, Mat &mask2) in resolveConflicts()
712 const Mat &image1, const Mat &image2, Point tl1, Point tl2, in computeCosts()
791 const Mat &image1, const Mat &image2, Point tl1, Point tl2, int comp, in estimateSeam()
1224 Point tl1 = corners_[first], tl2 = corners_[second]; in findInPair() local
1367 Point tl1 = corners_[first], tl2 = corners_[second]; in findInPair() local
Dutil.cpp101 bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi) in overlapRoi()