Home | History | Annotate | Download | only in src

Lines Matching refs:comp2

584 bool DpSeamFinder::getSeamTips(int comp1, int comp2, Point &p1, Point &p2)
591 int l2 = comp2+1;
934 int comp1, int comp2, const std::vector<Point> &seam, bool isHorizontalSeam)
947 int l1 = comp1+1, l2 = comp2+1;